netty5/codec-http/src
Dmitriy Dumanskiy dd88f0ec48 Simplify WebSocketVersion code
Motivation:

WebSocketVersion can be simplified by directly store the string representation in the enum.

Modification:

Pass in the string representation when creating the enum.

Result:

Cleaner code.
2019-02-25 19:49:05 +01:00
..
main/java/io/netty/handler/codec Simplify WebSocketVersion code 2019-02-25 19:49:05 +01:00
test Handle null "origin" header in "Old Hixie 75 handshake" as proper bad request. (#8864) 2019-02-13 17:16:24 -08:00