diff --git a/src/proxy.c b/src/proxy.c index d55bc0d..09ee60f 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -293,6 +293,7 @@ for(;;){ RETURN(511); } if(buf[i-3] == '1') keepalive = 2; + param->transparent = 0; if((isconnect = !strncasecmp((char *)buf, "CONNECT", 7))) keepalive = 2; if ((sb=(unsigned char *)(unsigned char *)strchr((char *)buf, ' ')) == NULL) {RETURN(512);}