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

add todo info log level compile error

This commit is contained in:
xialixin 2020-04-05 13:48:42 +08:00
parent 8ac39cb22f
commit 778f12508f

View file

@ -141,7 +141,7 @@ srs_error_t SrsHttpParser::parse_message_imp(ISrsReader* reader)
} }
} }
size_t nparsed; //TODO: fixme 'nparsed' undefined, open info compile error!
srs_info("size=%d, nparsed=%d, consumed=%d", buffer->size(), (int)nparsed, consumed); srs_info("size=%d, nparsed=%d, consumed=%d", buffer->size(), (int)nparsed, consumed);
// Only consume the header bytes. // Only consume the header bytes.