const net/http.StateNew
8 uses
net/http (current package)
server.go#L1756: case StateNew:
server.go#L2796: if st == StateNew && unixSec < time.Now().Unix()-5 {
server.go#L2830: StateNew ConnState = iota
server.go#L2862: StateNew: "new",
server.go#L3012: c.setState(c.rwc, StateNew, runHooks) // before Serve can return
net/http/httptest
server.go#L225: if st == http.StateIdle || st == http.StateNew {
server.go#L320: case http.StateNew:
server.go#L338: if oldState != http.StateNew && oldState != http.StateIdle {
![]() |
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. |