type net/http.ConnState
9 uses
net/http (current package)
h2_bundle.go#L4570: func (sc *http2serverConn) setConnState(state ConnState) {
server.go#L1873: func (c *conn) setState(nc net.Conn, state ConnState, runHook bool) {
server.go#L1894: func (c *conn) getState() (state ConnState, unixSec int64) {
server.go#L1896: return ConnState(packedState & 0xff), int64(packedState >> 8)
server.go#L2954: ConnState func(net.Conn, ConnState)
server.go#L3136: type ConnState int
server.go#L3143: StateNew ConnState = iota
server.go#L3174: var stateName = map[ConnState]string{
server.go#L3182: func (c ConnState) String() string {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |