This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.8.2
Fixes
- Allow WebSocket client connection errors to be caught. Closes issue #229, thanks @viorel-d.
- Return
Responses with immutable headers fromcache.matchs. Closes issue #365, thanks @AlCalzone. - Ensure
request.cf.clientAcceptEncodingis always astring. Closes issue #362, thanks @GregBrimble.