netty5/codec-http/src
Dmitriy Dumanskiy aaef54951f
remove unnecessary check in WebSocketFrameDecoder (#11113)
Motivation:

There are some redundant checks and so these can be removed

Modifications:

- First check frameOpcode != OPCODE_PING is removed because the code executed int the branch where frameOpcode  <= 7, while OPCODE_PING is 9.
- Second check frameOpcode != OPCODE_PING is removed because its checked before.

Result:

Code cleanup
2021-03-29 09:01:38 +02:00
..
main remove unnecessary check in WebSocketFrameDecoder (#11113) 2021-03-29 09:01:38 +02:00
test Fix exception if Response has content (#11093) 2021-03-21 14:51:56 +01:00