func bufio.NewWriterSize
6 uses
bufio (current package)
bufio.go#L586: func NewWriterSize(w io.Writer, size int) *Writer {
bufio.go#L605: return NewWriterSize(w, defaultBufSize)
net/http
h2_bundle.go#L3572: return bufio.NewWriterSize(nil, http2bufWriterPoolBufferSize)
h2_bundle.go#L3902: rws.bw = bufio.NewWriterSize(http2chunkWriter{rws}, http2handlerChunkWriteSize)
server.go#L894: return bufio.NewWriterSize(w, size)
transport.go#L1872: pconn.bw = bufio.NewWriterSize(persistConnWriter{pconn}, t.writeBufferSize())
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |