connect-etagify icon indicating copy to clipboard operation
connect-etagify copied to clipboard

Fix check for `ETag` header (instead of setting it).

Open yungsters opened this issue 11 years ago • 1 comments

res.header() sets the header instead of getting it. The current implementation generates the following HTTP response:

HTTP/1.1 200 OK
0: E
1: T
2: a
3: g
X-Powered-By: Express
[...]

yungsters avatar May 06 '14 08:05 yungsters

+1

analytically avatar Aug 19 '14 09:08 analytically