connect-etagify
connect-etagify copied to clipboard
Fix check for `ETag` header (instead of setting it).
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
[...]
+1