netty5/example/src/main
Andrey Mizurov a69ae1aced Fixed HttpHelloWorldServerHandler for handling HTTP 1.0/1.1 (#9124)
Motivation:

HttpHelloWorldServer example works incorrect for HTTP 1.1, the value of header connection is always set to close for each request.

Modification:

Correctly set header

Result:

Fixed HttpHelloWorldServerHandler for handling HTTP 1.0/1.1
2019-05-08 09:05:18 +02:00
..
java/io/netty/example Fixed HttpHelloWorldServerHandler for handling HTTP 1.0/1.1 (#9124) 2019-05-08 09:05:18 +02:00
resources fix the typos 2017-04-20 04:56:09 +02:00