Reset transparent flag after keep-alive request

This commit is contained in:
z3APA3A 2016-01-23 19:03:30 +03:00
parent db169c48c3
commit 87fa9cca55

View File

@ -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;