var bufio.ErrBufferFull
7 uses
bufio (current package)
bufio.go#L25: ErrBufferFull = errors.New("bufio: buffer full")
bufio.go#L155: return b.buf[b.r:b.w], ErrBufferFull
bufio.go#L165: err = ErrBufferFull
bufio.go#L373: err = ErrBufferFull
bufio.go#L409: if err == ErrBufferFull {
bufio.go#L458: if e != ErrBufferFull { // unexpected error
net/http/internal
chunked.go#L162: } else if err == bufio.ErrBufferFull {
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. |