mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-13 08:57:59 -05:00
When handling compression at the proxy server level, the client receives a weak ETag. Weak ETags are prefixed with `W/`, e.g. `W/"2.2.0"`. Upon cache validation we should take care of these too. Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/ETag