netty5/codec-http/src/main/java
ursa 41c1ab2e82 Bugfix #9257: WebSocketProtocolHandler does NOT support autoRead=false (#9258)
Motivation:

I need to control WebSockets inbound flow manually, when autoRead=false

Modification:

Add missed ctx.read() call into WebSocketProtocolHandler, where read request has been swallowed.

Result:

Fixes #9257
2019-06-24 09:07:57 +02:00
..
io/netty/handler/codec Bugfix #9257: WebSocketProtocolHandler does NOT support autoRead=false (#9258) 2019-06-24 09:07:57 +02:00