IronsDu / brynet

A Header-Only cross-platform C++ TCP network library . We can use vcpkg(https://github.com/Microsoft/vcpkg/tree/master/ports/brynet) install brynet.
MIT License
1.05k stars 241 forks source link

循环get请求 间隔1毫秒 就会出这个问题 #102

Open abbuaus opened 3 years ago

abbuaus commented 3 years ago

/brynet/net/http/http_parser.h:1604: size_t http_parser_execute(http_parser, const http_parser_settings, const char*, size_t): assertion "HTTP_PARSER_ERRNO(parser) == HPE_OK" failed Segmentation fault

IronsDu commented 3 years ago

有测试代码么?