Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserve_test.go106 type testConn struct { struct
107 readMu sync.Mutex // for TestHandlerBodyClose
108 readBuf bytes.Buffer
109 writeBuf bytes.Buffer
110 closec chan bool // 1-buffered; receives true when Close is called
111 noopConn
118 func (c *testConn) Read(b []byte) (int, error) {
124 func (c *testConn) Write(b []byte) (int, error) {
128 func (c *testConn) Close() error {