var os.ErrDeadlineExceeded
8 uses
os (current package)
error.go#L27: ErrDeadlineExceeded = errDeadlineExceeded() // "i/o timeout"
net
pipe.go#L156: return 0, os.ErrDeadlineExceeded
pipe.go#L169: return 0, os.ErrDeadlineExceeded
pipe.go#L188: return 0, os.ErrDeadlineExceeded
pipe.go#L204: return n, os.ErrDeadlineExceeded
net/http
h2_bundle.go#L5727: st.body.CloseWithError(fmt.Errorf("%w", os.ErrDeadlineExceeded))
h2_bundle.go#L5736: Cause: os.ErrDeadlineExceeded,
h2_bundle.go#L7554: if n < len(p) && nn > 0 && errors.Is(err, os.ErrDeadlineExceeded) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |