type net/http.http2chunkWriter
4 uses
net/http (current package)
h2_bundle.go#L3638: rws.bw = bufio.NewWriterSize(http2chunkWriter{rws}, http2handlerChunkWriteSize)
h2_bundle.go#L5692: rws.bw.Reset(http2chunkWriter{rws})
h2_bundle.go#L5935: type http2chunkWriter struct{ rws *http2responseWriterState }
h2_bundle.go#L5937: func (cw http2chunkWriter) Write(p []byte) (n int, err error) { return cw.rws.writeChunk(p) }
 |
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. |