var net/http.http2responseWriterStatePool
3 uses
net/http (current package)
h2_bundle.go#L3635: var http2responseWriterStatePool = sync.Pool{
h2_bundle.go#L5687: rws := http2responseWriterStatePool.Get().(*http2responseWriterState)
h2_bundle.go#L6281: http2responseWriterStatePool.Put(rws)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)