chenzhangyi commented on issue #1075: brpc 做 http server,在传输稍微大一点的数据时存在奇怪的高延迟
URL: https://github.com/apache/incubator-brpc/issues/1075#issuecomment-605553124
 
 
   curl传输的时候,会设置 Expect: 100-continue, 这个协议brpc本身没有实现, 所以curl对等待一个超时。
   加上 `-H 'Expect:'`  可以解决这个问题

----------------------------------------------------------------
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