netty5/codec-http
Scott Mitchell 95540bd49e HTTP Client Upgrade Handler Compare Issue
Motivation:
The HttpClientUpgradeHandler attempts to compare a supported codec against the input codec but the comparison logic is reversed.

Modification:
Negate the logic in HttpClientUpgradeHandler so an error is detected in the error condition.

Result:
HttpClientUpgradeHandler should not fail the upgrade when the input protocol is valid.
2014-11-22 15:55:24 +01:00
..
src HTTP Client Upgrade Handler Compare Issue 2014-11-22 15:55:24 +01:00
pom.xml Add proxy support for client socket connections 2014-10-14 12:40:33 +09:00