net/http.http2serverConn.doneServing (field)
13 uses
net/http (current package)
h2_bundle.go#L3948: doneServing: make(chan struct{}),
h2_bundle.go#L4067: doneServing chan struct{} // closed when serverConn.serve ends
h2_bundle.go#L4317: case <-sc.doneServing:
h2_bundle.go#L4322: case <-sc.doneServing:
h2_bundle.go#L4382: defer close(sc.doneServing) // unblocks handlers trying to send
h2_bundle.go#L4496: case <-sc.doneServing:
h2_bundle.go#L4522: case <-sc.doneServing:
h2_bundle.go#L4585: case <-sc.doneServing:
h2_bundle.go#L4621: case <-sc.doneServing:
h2_bundle.go#L5761: case <-sc.doneServing:
h2_bundle.go#L5793: case <-sc.doneServing:
h2_bundle.go#L6372: case <-sc.doneServing:
h2_bundle.go#L6380: case <-sc.doneServing:
![]() |
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. |