billtenor opened a new issue #1075: brpc 做 http server,在传输稍微大一点的数据时存在奇怪的高延迟
URL: https://github.com/apache/incubator-brpc/issues/1075
 
 
   **Describe the bug (描述bug)**
   1. 基于 brpc 的 http server,例如 example/http_c++_server
   2. client 发 POST 请求给 server,body 的数据使用 json 格式,并稍微有些大(目前8KByte复现),部分 client 
从发起请求到返回会出现超长延迟的情况(1s以上,有时2s以上)。目前发现 curl, laravel 作为 http client 会有这种情况,而 
python2 python3 的 urllib 库没有这种情况。
   
   **To Reproduce (复现方法)**
   最简单的复现方法:
   
   **Expected behavior (期望行为)**
   
   
   **Versions (各种版本)**
   OS:
   Compiler:
   brpc:
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to