OpenSearch/modules/transport-netty4
Jason Tedor cd5777593a Fix connection close header handling
This commit fixes an issue with the handling of the value "close" on the
Connection header in the Netty 4 HTTP implementation. 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.

Relates #20956
2016-10-16 13:18:09 -04:00
..
2016-08-30 05:46:40 -04:00
2016-10-16 13:18:09 -04:00
2016-08-30 13:31:24 -04:00