type eofReader …
func (n eofReader) Close() error { … }
func (n eofReader) Read([]byte) (int, error) { … }
type dumpTest …
var dumpTests …
func TestDumpRequest(t *testing.T) { … }
func deadline(t *testing.T, defaultDelay, needed time.Duration) time.Time { … }
func chunk(s string) string { … }
func mustParseURL(s string) *url.URL { … }
func mustNewRequest(method, url string, body io.Reader) *http.Request { … }
func mustReadRequest(s string) *http.Request { … }
var dumpResTests …
func TestDumpResponse(t *testing.T) { … }
func TestDumpRequestOutIssue38352(t *testing.T) { … }