be7c808ce1
Motivation: The io.netty.example.http2.helloworld.client.Http2Client example should work in the h2c (HTTP2 cleartext - non-TLS) mode, which is the default for this example unless you set a -Dssl VM param. As we do not set the HOST header some servers do reject the upgrade request. Modifications: Set the HOST header Result: Fixes https://github.com/netty/netty/issues/9115. |
||
---|---|---|
.. | ||
src/main | ||
.gitignore | ||
pom.xml |