net/http.conn.curState (field)
3 uses
net/http (current package)
server.go#L293: curState struct{ atomic uint64 } // packed (unixtime<<8|uint8(ConnState))
server.go#L1765: atomic.StoreUint64(&c.curState.atomic, packedState)
server.go#L1775: packedState := atomic.LoadUint64(&c.curState.atomic)
 |
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. |