From fa8ad6926aa4d5f99188e321e4a357c92a6c55f0 Mon Sep 17 00:00:00 2001 From: mmmdbybyd <915445800@qq.com> Date: Sat, 24 Nov 2018 14:33:07 +0800 Subject: [PATCH] Update http.c --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.c b/http.c index 5979875..c7b1678 100644 --- a/http.c +++ b/http.c @@ -491,7 +491,7 @@ void tcp_in(conn_t *in) { //如果是CONNECT代理HTTP,需要重新获取host char *save_host; - host = get_host(in->incomplete_data) + host = get_host(in->incomplete_data); if (!host) host = save_host; else