Skip to content

Commit 8f32a16

Browse files
authored
Merge pull request chobits#53 from HamJin/patch-1
Change HTTP/1.0 to HTTP/1.1
2 parents 766a8de + 334fc7d commit 8f32a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngx_http_proxy_connect_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
#define NGX_HTTP_PROXY_CONNECT_ESTABLISTHED \
13-
"HTTP/1.0 200 Connection Established\r\n" \
13+
"HTTP/1.1 200 Connection Established\r\n" \
1414
"Proxy-agent: nginx\r\n\r\n"
1515

1616

0 commit comments

Comments
 (0)