mizuse-emiya opened a new issue, #2848: URL: https://github.com/apache/brpc/issues/2848
**Describe the bug (描述bug)** **To Reproduce (复现方法)** http协议的server返回内容如下,value为大小为100MB或1GB的字符串 std::string value(1024*1024*100, 'a'); cntl->http_response().set_status_code(200); cntl->http_response().set_content_type("text/plain"); cntl->response_attachment().append(value.c_str(), value.length()); 当并发50个http请求,value为100MB时,50个请求在45秒后统一陆续返回。如果只有一个请求,返回value 100MB只需要1.3s。 **Expected behavior (期望行为)** **Versions (各种版本)** OS: Compiler: brpc: protobuf: 3 **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. To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org