express icon indicating copy to clipboard operation
express copied to clipboard

Disable ETag for `res.sendFile()`

Open ritch opened this issue 9 years ago • 2 comments

res.sendFile() accepts an option to disable ETags. It would make sense that app.disable('etag') sets sendFile()s options.etag to false for you. This is a breaking change so it would have to wait for 5.x.

ritch avatar Aug 12 '14 01:08 ritch

@ritch did this make it into 5.x already?

ilanbiala avatar Jan 01 '15 23:01 ilanbiala

Hi @ilanbiala you can look at #2237 to see what has been checked off. The answer for this is no, especially since there is not hard date for 5.0 yet.

dougwilson avatar Jan 01 '15 23:01 dougwilson