Fixed infinite loop on internal request

This commit is contained in:
Erik Zandvliet 2014-08-21 13:55:27 +02:00
parent f22c229aea
commit 20ef805c0c

View file

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