summaryrefslogtreecommitdiff
path: root/src/HTTP_Message_Region.c
AgeCommit message (Collapse)Author
2023-09-11🐞 fix(http_doWithACompleteRegion): ↵yangwei
修复计算含:后buff长度错误,可能导致读越界的问题
2023-07-30🐞 fix(http_recognise): ↵v2.0.15yangwei
修复strncasecmp时未对待查找串长度保护,可能读越界的错误 Close TSG-16306
2023-04-13🦄 refactor(lint warning): 修复lint工具告警yangwei
2022-07-29🐞 fix(http_doWithACompleteRegion): ↵yangwei
MESA_htable_search前判断key长度,避免告警
2021-05-21支持URI可以不以'/'开始进行解析Shu Li
2020-07-30http range invalid readlishu
2019-01-281. 支持 Content-Range: bytes -154100106/154100107的解析lishu
2. bug修复:http_doWithGzipData 3. 增加assert(session_info.buflen>=0);
2019-01-11绝对URI(http://)的判别方式:lishu
1.http_infor:is_ab_uri变量 2.通过函数int is_absolute_uri(void* app_info)获取;
2018-12-05create http projectlishu