var net/http.ErrAbortHandler
5 uses
net/http (current package)
h2_bundle.go#L5713: if e != nil && e != ErrAbortHandler {
server.go#L1797: var ErrAbortHandler = errors.New("net/http: abort Handler")
server.go#L1821: if err := recover(); err != nil && err != ErrAbortHandler {
net/http/httputil
reverseproxy.go#L338: panic(http.ErrAbortHandler)
golang.org/x/net/http2
server.go#L2158: if e != nil && e != http.ErrAbortHandler {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |