golang.org/x/net/http2.serverConn.setConnState (method)
5 uses
golang.org/x/net/http2 (current package)
server.go#L632: func (sc *serverConn) setConnState(state http.ConnState) {
server.go#L843: sc.setConnState(http.StateActive)
server.go#L844: sc.setConnState(http.StateIdle)
server.go#L1524: sc.setConnState(http.StateIdle)
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. |