net/http: TestTimeoutHandlerSuperfluousLogs/h1/return_after_timeout failures
Author: gopherbotCreated Aug 27, 2026Updated Sep 17, 2026
LabelsWaitingForInfoAutomation
#!watchflakes
default <- pkg == "net/http" && test == "TestTimeoutHandlerSuperfluousLogs/h1/return_after_timeout"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestTimeoutHandlerSuperfluousLogs/h1/return_after_timeout
serve_test.go:7105: Server logs count mismatch
got 1, want 3
Got
[
""
]
--- FAIL: TestTimeoutHandlerSuperfluousLogs/h1/return_after_timeout (0.03s)
Source: golang/go