mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 02:25:40 +08:00
Reset transparent flag after keep-alive request
This commit is contained in:
parent
db169c48c3
commit
87fa9cca55
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user