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

HTTP/2 proxy fix, CI workflow ngtcp2-linux with caches #11527

Closed
wants to merge 10 commits into from

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    84e9bb2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb466a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e394e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5250c05 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea3480b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1b235a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    551c500 View commit details
    Browse the repository at this point in the history
  8. Fix in h2 proxy tunnel: progress in ingress on sending

    - depending on what is tunneled, the proxy may never get
      invoked for receiving data explicitly. Not progressing
      ingress may lead to stalls due to missed WINDOW_UPDATEs.
    
    CI:
    - add a chache for building mod_h2
    icing committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    3101e73 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    512f421 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    63b8075 View commit details
    Browse the repository at this point in the history