You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually difficult to test given how the current code works.
The h1ServerKeepAlivesDisabled checks for an interface which only works if its executed within the http package.
Per #20239 (comment) and its immediate reply, it seems that https://go-review.googlesource.com/c/net/+/43230 might've broken
net/http.Server.SetKeepAlivesEnabled(false)
shutting down HTTP/2 server connections.I guess there's no test for it.
/cc @tombergan @pam4
The text was updated successfully, but these errors were encountered: