1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

For #906, #902, use coroutine for one cycle thread

This commit is contained in:
winlin 2017-05-29 19:45:19 +08:00
parent b21f92f97a
commit 2ed2513f08
11 changed files with 44 additions and 212 deletions

View file

@ -1353,7 +1353,7 @@ int SrsHttpApi::do_cycle()
}
// process http messages.
while(!disposed) {
while(!trd->pull()) {
ISrsHttpMessage* req = NULL;
// get a http message