Skip to content

Instantly share code, notes, and snippets.

@ozten
Created February 16, 2012 23:44
Show Gist options
  • Select an option

  • Save ozten/1848832 to your computer and use it in GitHub Desktop.

Select an option

Save ozten/1848832 to your computer and use it in GitHub Desktop.
}
resp.on('header', function (a, b, c) {
console.log('boo ya', a, b, c);
resp.removeHeader('ETag');
resp.removeHeader('Last-Modified');
});
next();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment