Fixed infinite loop on internal request
This commit is contained in:
parent
f22c229aea
commit
20ef805c0c
1 changed files with 4 additions and 0 deletions
|
@ -628,6 +628,10 @@ namespace Connector_HTTP {
|
|||
}
|
||||
|
||||
if (handler == "none" || handler == "internal"){
|
||||
Client.Clean();
|
||||
conn.Received().clear();
|
||||
conn.spool();
|
||||
Client.Read(conn);
|
||||
if (handler == "internal"){
|
||||
proxyHandleInternal(Client, conn);
|
||||
}else{
|
||||
|
|
Loading…
Add table
Reference in a new issue