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

Use RST_STREAM(NO_ERROR) in case server early respond (#633) #634

Merged
merged 1 commit into from Aug 15, 2022

Commits on Aug 13, 2022

  1. Use RST_STREAM(NO_ERROR) in case server early respond (hyperium#633)

      Http2 Server are allowed to early respond without fully
      consuming client input stream, but must respond with an
      error code of NO_ERROR when sending RST_STREAM.
      Nginx treat any other error code as fatal if not done so
    
      Commit change error code from CANCEL to NO_ERROR, when the
      server is early responding to the client
    
      hyperium#633
      https://trac.nginx.org/nginx/ticket/2376
    erebe committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    6fe5ca1 View commit details
    Browse the repository at this point in the history