mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 02:25:40 +08:00
Correct returning 98 code from socksmap
This commit is contained in:
parent
eb829b062b
commit
47affa0add
@ -653,8 +653,8 @@ log("timeout");
|
||||
|
||||
}
|
||||
res = 0;
|
||||
if(!fromserver) res = 98;
|
||||
else if(!fromclient) res = 99;
|
||||
if(!fromserver && param->waitserver64) res = 98;
|
||||
else if(!fromclient && param->waitclient64) res = 99;
|
||||
else if((inclientbuf || inserverbuf)) res = HASERROR?93:94;
|
||||
#ifdef WITHSPLICE
|
||||
else if(inclientpipe || inserverpipe) res = HASERROR?93:94;
|
||||
|
Loading…
Reference in New Issue
Block a user