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;