Skip to content

Commit

Permalink
HTTP response status reason phrase shouldn't duplicate version+code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ganskef committed Jun 1, 2016
1 parent 3c08545 commit 700a7e4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@
*/
public class ClientToProxyConnection extends ProxyConnection<HttpRequest> {
private static final HttpResponseStatus CONNECTION_ESTABLISHED = new HttpResponseStatus(
200, "HTTP/1.1 200 Connection established");
200, "Connection established");
/**
* Used for case-insensitive comparisons when parsing Connection header values.
*/
Expand Down

0 comments on commit 700a7e4

Please sign in to comment.