Uploaded image for project: 'Traffic Server'
  1. Traffic Server
  2. TS-3869

HTTP/2 Stream uses the clients window size for the servers setting

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 6.0.0
    • HTTP/2

    Description

      The Http2Stream class incorrectly uses the clients window size for initializing the servers window size. In Chrome this defaults to 10MB. Since the client client thinks it the window size is 1MB, the amount the server said it was, and the server thinks it is 10MB the client will only be able to send 1MB of data and then wait until it gets more credit. More credit isn't given until there is 16KB left on the stream and it will never get there since 10MB - 1MB = 9MB.

      Attachments

        Activity

          People

            bcall Bryan Call
            bcall Bryan Call
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: