OpenSearch/modules/transport-netty4
Jason Tedor c1bdaaf80f Fix connection keep-alive header handling
This commit fixes an issue with the handling of the value "keep-alive"
on the Connection header in the Netty 4 HTTP implementation while
handling an HTTP 1.0 request. The issue was using the wrong equals
method to compare an AsciiString instance and a String instance (they
could never be equal). This commit fixes this to use the correct equals
method to compare for content equality.
2016-10-16 19:51:00 -04:00
..
licenses Upgrade to Netty 4.1.5 2016-08-30 05:46:40 -04:00
src Fix connection keep-alive header handling 2016-10-16 19:51:00 -04:00
build.gradle Introduce Log4j 2 2016-08-30 13:31:24 -04:00