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 1/2] 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 46f29643..d188999a 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; From cc9bd25c5a5e6ef80c14055e8db2153303fc4aed Mon Sep 17 00:00:00 2001 From: z3APA3A <3APA3A@3proxy.ru> Date: Sat, 23 Jan 2016 19:03:56 +0300 Subject: [PATCH 2/2] Publish as 0.7.1.4 --- src/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.h b/src/version.h index 439293f1..5dbb6b66 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION "3proxy-0.7.1.3" -#define BUILDDATE "150916004303" +#define VERSION "3proxy-0.7.1.4" +#define BUILDDATE "160123190051"