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

ASF subversion and git services commented on DISPATCH-2232:
-----------------------------------------------------------

Commit 27cf11216f397a8ac01590abd0e807bcc922b476 in qpid-dispatch's branch 
refs/heads/main from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=27cf112 ]

DISPATCH-2232: Combine output buffers and delay sending them so that the TCP 
frames are not fragmented. This closes #1343.


> [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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to