netty5/codec-http
Stephane Landelle 2576a2dd74
Fix WebSocketClientHandshaker not generating correct handshake request when path is empty (#10095)
Motivation:

WebSocketClientHandshaker#upgradeUrl doesn't comperly compute relative url when path is empty and produces url such as `?access_token=foo` instead of `/?access_token=foo`.

Modifications:

* fix WebSocketClientHandshaker#upgradeUrl
* add tests for urls without path, with and without query

Result:

WebSocketClientHandshaker properly connects to url without path.
2020-03-10 15:17:22 +01:00
..
src Fix WebSocketClientHandshaker not generating correct handshake request when path is empty (#10095) 2020-03-10 15:17:22 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2020-03-09 12:13:56 +00:00