net/http.maxBytesReader.err (field)
6 uses
net/http (current package)
request.go#L1133: err error // sticky error
request.go#L1137: if l.err != nil {
request.go#L1138: return 0, l.err
request.go#L1153: l.err = err
request.go#L1173: l.err = errors.New("http: request body too large")
request.go#L1174: return n, l.err
![]() |
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. |