You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an optimization in version 3.0 of the required proxy server [ websockets/ws#1114 ]drops the upgradeReq parameter to save 20% in memory. This breaks non-http(s) requests that use upgrade to switch - like web sockets (ws and wss). This was never a consideration for he mitm proxy (I guess since the package specifies version 3.2 and up - so it never worked). This matters for me so we re include it per the recommendation from the package maintainers [ websockets/ws#1099 ]
0 commit comments