golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
120.42k stars 17.29k forks source link

net/http: nil pointer dereference panic for httputil.ReverseProxy users [1.21 backport] #67374

Closed gopherbot closed 2 days ago

gopherbot commented 2 weeks ago

@neild requested issue #53808 to be considered for backport to the next 1.21 minor release.

@gopherbot please open backport issues. This causes panics for ReverseProxy users, with no workaround.

dmitshur commented 2 weeks ago

See https://github.com/golang/go/issues/67375#issuecomment-2113061816.

mdempsky commented 2 days ago

Rejected as won't fix. @dmitshur mentions this caused a test to become flaky.