Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1987

client setting http2 MAX_FRAME_SIZE doesn't work

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 2.0.1.Final
    • Core
    • None

    Description

      If an HTTP2 client sets the SETTINGS_MAX_FRAME_SIZE it essentially has no effect because the frame size used to sent to the client is based on the Undertow setBufferSize() option as well.

      This is not ideal - even if the server is using a smaller buffer size it should still send frames up to the max frame size set by the client - it should use more chained buffers in this case.

      As I said, you can get around this by setting a larger setBufferSize() but this has overhead implications - especially if the client wants  to use really large frames - up to 16MB.

      Attachments

        Activity

          People

            rhn-cservice-bbaranow Bartosz Baranowski
            robaho-1 robert engels (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: