net/http/internal.chunkedReader.n (field)
8 uses
net/http/internal (current package)
chunked.go#L39: n uint64 // unread bytes in chunk
chunked.go#L52: cr.n, cr.err = parseHexUint(line)
chunked.go#L56: if cr.n == 0 {
chunked.go#L87: if cr.n == 0 {
chunked.go#L100: if uint64(len(rbuf)) > cr.n {
chunked.go#L101: rbuf = rbuf[:cr.n]
chunked.go#L107: cr.n -= uint64(n0)
chunked.go#L110: if cr.n == 0 && cr.err == nil {
![]() |
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. |