gobwas / ws

Tiny WebSocket library for Go.
MIT License
6.12k stars 376 forks source link

RSV1 set, FIN not set on control using wsutil #184

Closed cksac closed 1 year ago

cksac commented 1 year ago

I am getting RSV1 set, FIN not set on control error in client side, any idea? The server is loop of wsutil.ReadClientData and then wsutil.WriteServerMessage The client is loop of wsutil.WriteClientMessage and then wsutil.ReadServerData, The payload is gzip compressed bytes and send using ws.OpBinary.

cksac commented 1 year ago

closed, invalid frame error due to WAF