conn_http: prevent 100% CPU usage
This commit is contained in:
parent
becd4715c3
commit
b141b4058e
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ namespace Connector_HTTP{
|
||||||
connconn[uid]->conn->Received().clear();
|
connconn[uid]->conn->Received().clear();
|
||||||
}
|
}
|
||||||
conn->spool();
|
conn->spool();
|
||||||
|
usleep(30000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue