Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dserve_test.go2061 type handlerBodyCloseTest struct { struct
2062 bodySize int
2063 bodyChunked bool
2064 reqConnClose bool
2066 wantEOFSearch bool // should Handler's Body.Close do Reads, looking for EOF?
2067 wantNextReq bool // should it find the next request on the same conn?
2070 func (t handlerBodyCloseTest) connectionHeader() string {
2172 func testHandlerBodyClose(t *testing.T, i int, tt handlerBodyCloseTest) {