We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cecca5 commit ea10708Copy full SHA for ea10708
httphelpers/handlers.go
@@ -185,6 +185,7 @@ func BrokenConnectionHandler() http.Handler {
185
return
186
}
187
188
- panic("connection deliberately closed by httphelpers.BrokenConnectionHandler")
+ panic("connection deliberately closed by httphelpers.BrokenConnectionHandler; a panic stacktrace" +
189
+ " here from the Go HTTP framework is expected and can be ignored")
190
})
191
0 commit comments