const net/http.StateActive
10 uses
net/http (current package)
h2_bundle.go#L4412: sc.setConnState(StateActive)
h2_bundle.go#L5540: sc.setConnState(StateActive)
server.go#L1860: c.setState(c.rwc, StateActive, skipHooks)
server.go#L1881: c.setState(c.rwc, StateActive, runHooks)
server.go#L2843: StateActive
server.go#L2863: StateActive: "active",
net/http/httptest
server.go#L336: case http.StateActive:
server.go#L345: if oldState != http.StateActive {
golang.org/x/net/http2
server.go#L843: sc.setConnState(http.StateActive)
server.go#L1985: sc.setConnState(http.StateActive)
![]() |
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. |