const net/http.StateClosed
8 uses
net/http (current package)
server.go#L1878: case StateHijacked, StateClosed:
server.go#L1960: c.setState(c.rwc, StateClosed, runHooks)
server.go#L3262: StateClosed
server.go#L3270: StateClosed: "closed",
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.7.6. (GOOS=linux GOARCH=amd64)