func TestHostingOurselves(t *testing.T) { … }
type customWriterRecorder …
func (r *customWriterRecorder) Write(p []byte) (n int, err error) { … }
type limitWriter …
func (w *limitWriter) Write(p []byte) (n int, err error) { … }
func TestKillChildAfterCopyError(t *testing.T) { … }
func TestChildOnlyHeaders(t *testing.T) { … }
func TestNilRequestBody(t *testing.T) { … }
func TestChildContentType(t *testing.T) { … }
func Test500WithNoHeaders(t *testing.T) { … }
func Test500WithNoContentType(t *testing.T) { … }
func Test500WithEmptyHeaders(t *testing.T) { … }
func want500Test(t *testing.T, path string) { … }