Searched defs:connReader (Results 1 – 1 of 1) sorted by relevance
654 type connReader struct { struct655 conn *conn657 mu sync.Mutex // guards following658 hasByte bool659 byteBuf [1]byte660 cond *sync.Cond661 inRead bool662 aborted bool // set true before conn.rwc deadline is set to past663 remain int64 // bytes remaining666 func (cr *connReader) lock() {[all …]