v2.8.2
Fixes
- Allow WebSocket client connection errors to be caught. Closes issue #229, thanks @viorel-d.
- Return
Response
s with immutable headers fromcache.match
s. Closes issue #365, thanks @AlCalzone. - Ensure
request.cf.clientAcceptEncoding
is always astring
. Closes issue #362, thanks @GregBrimble.