mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 12:35:58 +08:00
fix typo. (#2644)
This commit is contained in:
@@ -91,7 +91,7 @@ void HttpRequestSplitter::input(const char *data,size_t len) {
|
||||
_remain_data.assign(ptr, _remain_data_size);
|
||||
return;
|
||||
}
|
||||
//收到content数据,并且接受content完毕
|
||||
//收到content数据,并且接收content完毕
|
||||
onRecvContent(ptr,_content_len);
|
||||
|
||||
_remain_data_size -= _content_len;
|
||||
|
||||
Reference in New Issue
Block a user