You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2020/03/29 03:32:34 UTC

[GitHub] [incubator-brpc] chenzhangyi commented on issue #1075: brpc 做 http server,在传输稍微大一点的数据时存在奇怪的高延迟

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org