conn_http: prevent 100% CPU usage

This commit is contained in:
Peter Wu 2012-08-25 23:10:43 +02:00
parent becd4715c3
commit b141b4058e

View file

@ -227,6 +227,7 @@ namespace Connector_HTTP{
connconn[uid]->conn->Received().clear(); connconn[uid]->conn->Received().clear();
} }
conn->spool(); conn->spool();
usleep(30000);
} }
} }
} }