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

x/net/http2: exclude some header from 1xx responses #134

Closed
wants to merge 2 commits into from

Commits on May 14, 2022

  1. x/net/http2: exclude some header from 1xx responses

    Content-Length and Transfer-Encoding must not be sent when the response
    has no body.
    
    Necessary to fix the tests of golang/go#42597.
    dunglas committed May 14, 2022
    Configuration menu
    Copy the full SHA
    1f20a3a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. clone headers

    dunglas committed May 17, 2022
    Configuration menu
    Copy the full SHA
    2605919 View commit details
    Browse the repository at this point in the history