Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes to QPACK configuration from SETTINGS frames. #9728

Merged
merged 6 commits into from
May 15, 2023

Commits on May 4, 2023

  1. Fixes to QPACK configuration from SETTINGS frames.

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed May 4, 2023
    Configuration menu
    Copy the full SHA
    2b40c8d View commit details
    Browse the repository at this point in the history
  2. fix checkstyle error

    Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
    lachlan-roberts committed May 4, 2023
    Configuration menu
    Copy the full SHA
    797a6b4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merged branch 'jetty-10.0.x' into 'jetty-10.0.x-qpack-settings'.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    64ab237 View commit details
    Browse the repository at this point in the history
  2. HTTP/3 improvements.

    * Improved configuration upon sending/receiving SETTINGS frames.
    * Improved handling of blocked frames in HTTP3StreamConnection.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 9, 2023
    Configuration menu
    Copy the full SHA
    496c491 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. HTTP/3 improvements.

    * Improved configuration upon sending/receiving SETTINGS frames.
    * Improved handling of blocked frames in HTTP3StreamConnection.
    * Fixed locking and reentrance in QPACK encoder/decoder.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 14, 2023
    Configuration menu
    Copy the full SHA
    c5e86a5 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Updates after review.

    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f299b21 View commit details
    Browse the repository at this point in the history