Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserve_test.go2311 type slowTestConn struct { struct
2313 script []any
2314 closec chan bool
2316 mu sync.Mutex // guards rd/wd
2317 rd, wd time.Time // read, write deadline
2318 noopConn
2321 func (c *slowTestConn) SetDeadline(t time.Time) error {
2327 func (c *slowTestConn) SetReadDeadline(t time.Time) error {
2334 func (c *slowTestConn) SetWriteDeadline(t time.Time) error {
2341 func (c *slowTestConn) Read(b []byte) (n int, err error) {
[all …]