net/http.http2clientStream.peerReset (field)
6 uses
net/http (current package)
h2_bundle.go#L6797: peerReset chan struct{} // closed on peer reset
h2_bundle.go#L6869: case <-cs.peerReset:
h2_bundle.go#L7701: case <-cs.peerReset:
h2_bundle.go#L8198: peerReset: make(chan struct{}),
h2_bundle.go#L8923: case <-cs.peerReset:
h2_bundle.go#L8931: close(cs.peerReset)
![]() |
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. |