const net/http.StateClosed
9 uses
net/http (current package)
server.go#L1834: case StateHijacked, StateClosed:
server.go#L1920: c.setState(c.rwc, StateClosed, runHooks)
server.go#L3272: StateClosed
server.go#L3280: StateClosed: "closed",
net/http/httptest
server.go#L389: case http.StateHijacked, http.StateClosed:
go.pact.im/x/httptrack
conn.go#L31: case http.StateHijacked, http.StateClosed:
stats.go#L12: const counterSize = http.StateClosed + 1 // all states
stats.go#L116: return s.counter[http.StateClosed]
stats.go#L145: case http.StateHijacked, http.StateClosed:
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)