fix tc_http bug

This commit is contained in:
ruanshudong 2020-08-05 18:30:27 +08:00
parent dfab1cf070
commit a210c64fc8
2 changed files with 3 additions and 1 deletions

View File

@ -3,9 +3,11 @@
### en
- add tarsmerge, can merge mutil tars file to one
- fix tars-tools.cmake, support: make xxxx-upload-tars, upload tars to web, for test
- fix when http header has not content-length, tc_http decode bug
### cn
- 添加 tarsmerge工具, 支持合并多个tars文件到一个
- 修改tars-tools.cmake, 支持make xxx-upload-tars, 上传本服务的tars文件到web, 方便自动测试
- 修改当http头没有content-length时的解析bug
## v2.4.7 2020.07.19
### en

View File

@ -1281,7 +1281,7 @@ bool TC_HttpResponse::incrementDecode(TC_NetWorkBuffer &buff)
setContentLength(_iRecvContentLength);
}
return true;
return false;
}
else
{