net/http/internal.chunkedReader.err (field)
13 uses
net/http/internal (current package)
chunked.go#L40: err error
chunked.go#L48: line, cr.err = readChunkLine(cr.r)
chunked.go#L49: if cr.err != nil {
chunked.go#L52: cr.n, cr.err = parseHexUint(line)
chunked.go#L53: if cr.err != nil {
chunked.go#L57: cr.err = io.EOF
chunked.go#L71: for cr.err == nil {
chunked.go#L79: if _, cr.err = io.ReadFull(cr.r, cr.buf[:2]); cr.err == nil {
chunked.go#L81: cr.err = errors.New("malformed chunked encoding")
chunked.go#L104: n0, cr.err = cr.r.Read(rbuf)
chunked.go#L110: if cr.n == 0 && cr.err == nil {
chunked.go#L114: return n, cr.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. |