From 87fa9cca55878588cb55e75aec038f429948a727 Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sat, 23 Jan 2016 19:03:30 +0300 Subject: [PATCH] Reset transparent flag after keep-alive request --- src/proxy.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/proxy.c b/src/proxy.c index 46f2964..d188999 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -300,6 +300,7 @@ for(;;){ if ((sb=(unsigned char *)(unsigned char *)strchr((char *)buf, ' ')) == NULL) {RETURN(512);} ss = ++sb; + param->transparent = 0; if(!isconnect) { if (!strncasecmp((char *)sb, "http://", 7)) { sb += 7;