Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserver.go654 type connReader struct { struct
655 conn *conn
657 mu sync.Mutex // guards following
658 hasByte bool
659 byteBuf [1]byte
660 cond *sync.Cond
661 inRead bool
662 aborted bool // set true before conn.rwc deadline is set to past
663 remain int64 // bytes remaining
666 func (cr *connReader) lock() {
[all …]