You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/08/20 17:12:00 UTC

[jira] [Commented] (DISPATCH-2232) [http2] http response is fragmented across many TCP packets thus increasing latency

    [ https://issues.apache.org/jira/browse/DISPATCH-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17402325#comment-17402325 ] 

ASF GitHub Bot commented on DISPATCH-2232:
------------------------------------------

ganeshmurthy opened a new pull request #1343:
URL: https://github.com/apache/qpid-dispatch/pull/1343


   …the TCP frames are not fragmented.


-- 
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-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


> [http2] http response is fragmented across many TCP packets thus increasing latency
> -----------------------------------------------------------------------------------
>
>                 Key: DISPATCH-2232
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2232
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Protocol Adaptors
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>
> To reproduce -
> Install the strest-grpc client and server from [https://github.com/BuoyantIO/strest-grpc]
> Run a single request/response direct test between client and server and capture the HTTP2 traffic between the client and the server using wireshark.
> - ./strest-grpc client --latencyUnit us --connections 1 --iterations 1 --address localhost:9000 --totalRequests 1
> Notice that the server responds to the request and the response is all in one TCP packet.
>  
> Now put a router in-between the client and the server and let the client connect to the router and capture wireshark trace.
>  
> The router sends back to the client several small TCP packets instead of one large TCP packet.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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