Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-2232

[http2] http response is fragmented across many TCP packets thus increasing latency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.18.0
    • Protocol Adaptors
    • None

    Description

      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.

      Attachments

        Activity

          People

            gmurthy Ganesh Murthy
            gmurthy Ganesh Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: