var net.ErrClosed
4 uses
net (current package)
net.go#L738: var ErrClosed error = errClosed
net/http
h2_bundle.go#L4608: if errors.Is(err, net.ErrClosed) {
crypto/tls
conn.go#L1201: return 0, net.ErrClosed
conn.go#L1421: return net.ErrClosed
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |