netty5/codec-http
Norman Maurer 4b22d8ab35
Use WebSocketVersion.toAsciiString() as header value when possible (#10105)
Motivation:

In our WebSocketClientHandshaker* implementations we "hardcode" the version number to use. This is error-prone, we should better use the WebSocketVersion so we dont need to maintain the value multiple times. Beside this we can also use an AsciiString to improve performance

Modifications:

- Use WebSocketVersion.toAsciiString

Result:

Less stuff to maintain and small performance win
2020-03-13 07:48:58 +01:00
..
src Use WebSocketVersion.toAsciiString() as header value when possible (#10105) 2020-03-13 07:48:58 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-03-09 12:13:56 +00:00