MCPcopy Create free account
hub / github.com/felixge/httpsnoop / Hijack

Method Hijack

wrap_generated.go:2148–2150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2146 return (*rwState)(w).doWrite(b)
2147}
2148func (w *rw36) Hijack() (net.Conn, *bufio.ReadWriter, error) {
2149 return (*rwState)(w).doHijack()
2150}
2151func (w *rw36) EnableFullDuplex() error {
2152 return (*rwState)(w).doEnableFullDuplex()
2153}

Callers

nothing calls this directly

Calls 1

doHijackMethod · 0.80

Tested by

no test coverage detected