net/http.conn.hijacked (method)
8 uses
net/http (current package)
server.go#L304: func (c *conn) hijacked() bool {
server.go#L776: if cr.conn.hijacked() {
server.go#L902: if !w.wroteContinue && w.canWriteContinue.isSet() && !w.conn.hijacked() {
server.go#L958: if c.hijacked() {
server.go#L1136: if w.conn.hijacked() {
server.go#L1582: if w.conn.hijacked() {
server.go#L1827: if !c.hijacked() {
server.go#L1954: if c.hijacked() {
![]() |
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. |