Searched defs:handlerBodyCloseTest (Results 1 – 1 of 1) sorted by relevance
2061 type handlerBodyCloseTest struct { struct2062 bodySize int2063 bodyChunked bool2064 reqConnClose bool2066 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) {