Skip to content

x/net/http2: validate connection headers more #14214

Closed
@bradfitz

Description

@bradfitz

Per https://httpwg.github.io/specs/rfc7540.html#rfc.section.8.1.2.2 and the problem described in curl/curl#633, we should make Go's http2 client & server as strict as the GFE when it comes to not sending and not accepting connection headers over http2.

Activity

self-assigned this
on Feb 3, 2016
added this to the Go1.7 milestone on Feb 3, 2016
gopherbot

gopherbot commented on Apr 5, 2016

@gopherbot
Contributor

CL https://golang.org/cl/21534 mentions this issue.

locked and limited conversation to collaborators on Apr 6, 2017
added a commit that references this issue on Apr 2, 2018
34aa9c8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @bradfitz@gopherbot

        Issue actions

          x/net/http2: validate connection headers more · Issue #14214 · golang/go