Home
last modified time | relevance | path

Searched defs:ServerConn (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/httputil/
Dpersist.go37 type ServerConn struct { struct
38 mu sync.Mutex // read-write protects the following fields
39 c net.Conn
40 r *bufio.Reader member
41 re, we error // read/write errors
42 lastbody io.ReadCloser
43 nread, nwritten int
44 pipereq map[*http.Request]uint
46 pipe textproto.Pipeline
65 func (sc *ServerConn) Hijack() (net.Conn, *bufio.Reader) {
[all …]