This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
luqiuwen e40cd3ba7f 修正HTTP解析层在上层设置请求/应答后,需要等待源站消息完整后才将上层构建的请求/应答发出的问题。
* 原实现在HTTP解析过程中,只在HTTP消息的边界返回http_entry中的流程,故只能在站消息完整后才执行发出上层的请求/应答;
* 现修正,在HTTP的解析过程中,发现上层设置了请求/应答,则在HTTP头部完整后执行PAUSE动作,触发上层请求/应答的发送流程。
2019-09-04 17:20:25 +08:00
2019-09-02 11:39:19 +08:00
2019-08-20 18:35:40 +08:00
2018-09-19 17:22:20 +08:00
Description
No description provided
118 MiB
Languages
C++ 55.5%
C 23.8%
HTML 18.4%
Shell 1.4%
CMake 0.7%
Other 0.2%