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.
2 parents 1cecca5 + ea10708 commit 2dc2cf1Copy full SHA for 2dc2cf1
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