Typo in the comment
This commit is contained in:
parent
d38219a85c
commit
f1bba73b22
@ -128,7 +128,7 @@ public class HttpClientCodec implements ChannelUpstreamHandler,
|
||||
return true;
|
||||
}
|
||||
|
||||
// Successful CONNECT result in empty body.
|
||||
// Successful CONNECT request results in a response with empty body.
|
||||
if (((HttpResponse) msg).getStatus().getCode() == 200) {
|
||||
if (HttpMethod.CONNECT.equals(method)) {
|
||||
// Proxy connection established - Not HTTP anymore.
|
||||
|
Loading…
Reference in New Issue
Block a user