Skip to content

x/net/http2: TestServer_Rejects_ConnHeaders failures #66277

@gopherbot

Description

@gopherbot
#!watchflakes
default <- pkg == "golang.org/x/net/http2" && test == "TestServer_Rejects_ConnHeaders"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestServer_Rejects_ConnHeaders
    server_test.go:3656: Got headers [[:status 400] [cache-control no-cache] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]; want [[:status 400] [content-type text/plain; charset=utf-8] [x-content-type-options nosniff] [content-length 51]]
    server_test.go:265: Framer read log:
        2024-03-07 23:57:52.509014451 Framer 0x1138f80: read SETTINGS len=30, settings: MAX_FRAME_SIZE=1048576, MAX_CONCURRENT_STREAMS=250, MAX_HEADER_LIST_SIZE=1048896, HEADER_TABLE_SIZE=4096, INITIAL_WINDOW_SIZE=1048576
        2024-03-07 23:57:52.509677873 Framer 0x1138f80: read SETTINGS flags=ACK len=0
        2024-03-07 23:57:52.50968797 Framer 0x1138f80: read WINDOW_UPDATE len=4 (conn) incr=983041
        2024-03-07 23:57:52.510702189 Framer 0x1138f80: read HEADERS flags=END_HEADERS stream=1 len=81
    server_test.go:271: Framer write log:
        2024-03-07 23:57:52.508526493 Framer 0x1138f80: wrote SETTINGS len=0
        2024-03-07 23:57:52.50902019 Framer 0x1138f80: wrote SETTINGS flags=ACK len=0
        2024-03-07 23:57:52.509714782 Framer 0x1138f80: wrote HEADERS flags=END_STREAM|END_HEADERS stream=1 len=28
--- FAIL: TestServer_Rejects_ConnHeaders (0.02s)

watchflakes

Metadata

Metadata

Assignees

No one assigned

    Labels

    NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions