Searched defs:ServerConn (Results 1 – 1 of 1) sorted by relevance
37 type ServerConn struct { struct38 mu sync.Mutex // read-write protects the following fields39 c net.Conn40 r *bufio.Reader member41 re, we error // read/write errors42 lastbody io.ReadCloser43 nread, nwritten int44 pipereq map[*http.Request]uint46 pipe textproto.Pipeline65 func (sc *ServerConn) Hijack() (net.Conn, *bufio.Reader) {[all …]