netty5/codec-http/src
Stephen E. Baker 9ee4cc0ada Correct comment for allowMaskMismatch parameter
Motivation:

The allowMaskMismatch parameter used throughout websocketx allows frames
with noncompliant masks when set to true, not false.

Modification:

Changed the javadoc comment everywhere it appears.

Result:

Fixes #6387
2017-02-16 17:03:55 +01:00
..
main/java/io/netty/handler/codec Correct comment for allowMaskMismatch parameter 2017-02-16 17:03:55 +01:00
test Correct expect header handling 2017-02-15 14:39:14 +01:00