felipenoris / hyper-reverse-proxy

A simple reverse proxy for use with Hyper and Tokio
Apache License 2.0
181 stars 63 forks source link

feat: connection upgrades #35

Closed chesedo closed 2 years ago

chesedo commented 2 years ago

The header fixes in #22 (ie restoring the upgrades) make things like WebSocket connections successfully pass through the proxy. However, the responses of the client were still not correct which this PR adds.

Closes #11

adrosa commented 2 years ago

I like web sockets (commenting to tack this pr)