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

fix configure bug, refine code for stream caster.

This commit is contained in:
winlin 2015-03-10 18:07:43 +08:00
parent 6c11207e28
commit f9767c91b5
9 changed files with 32 additions and 8 deletions

View file

@ -953,7 +953,7 @@ int SrsHttpResponseReader::read_chunked(std::string& data)
}
return ret;
}
srs_trace("http: read %d chunk", ilength);
srs_info("http: read %d chunk", ilength);
// read payload when length specifies some payload.
if (ilength <= 0) {