koding / websocketproxy

WebSocket reverse proxy handler for Go
http://godoc.org/github.com/koding/websocketproxy
MIT License
427 stars 120 forks source link

Fixing packet loss #14

Closed seriousben closed 6 years ago

seriousben commented 6 years ago

This implements a fix (https://github.com/containous/oxy/pull/48) that was done in Traefik to not have packet loss during websocket proxying.

cihangir commented 6 years ago

Hi @seriousben

Thanks for sending the patch to us as well.

For the record, the explanation is here