Skip to content

Commit

Permalink
Update changeset
Browse files Browse the repository at this point in the history
Update .changeset/tall-radios-report.md
  • Loading branch information
rozenmd committed Sep 27, 2022
1 parent a1c4bf9 commit 60dbecc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .changeset/tall-radios-report.md
Expand Up @@ -2,6 +2,12 @@
"wrangler": patch
---

fix: pass protocols from headers for wrangler dev
fix: use node http instead of faye-websocket in proxy server

Prior to this change, the protocol passed between the client and the worker was being stripped out by wrangler.
We change how websockets are handled in the proxy server, fixing multiple issues of websocket behaviour, particularly to do with headers.

In particular this fixes:

- the protocol passed between the client and the worker was being stripped out by wrangler
- wrangler was discarding additional headesr from websocket upgrade response
- websocket close code and reason was not being propagated by wrangler

0 comments on commit 60dbecc

Please sign in to comment.