var sizeTests …
func TestSize(t *testing.T) { … }
var streamTests …
type nilCloser …
func (c *nilCloser) Close() error { … }
func TestStreams(t *testing.T) { … }
type writeOnlyConn …
func (c *writeOnlyConn) Write(p []byte) (int, error) { … }
func (c *writeOnlyConn) Read(p []byte) (int, error) { … }
func (c *writeOnlyConn) Close() error { … }
func TestGetValues(t *testing.T) { … }
func nameValuePair11(nameData, valueData string) []byte { … }
func makeRecord(
recordType recType,
requestId uint16,
contentData []byte,
) []byte { … }
var streamBeginTypeStdin …
var cleanUpTests …
type nopWriteCloser …
func (nopWriteCloser) Write(buf []byte) (int, error) { … }
func (nopWriteCloser) Close() error { … }
func TestChildServeCleansUp(t *testing.T) { … }
type rwNopCloser …
func (rwNopCloser) Close() error { … }
func TestMalformedParams(t *testing.T) { … }
var streamFullRequestStdin …
var envVarTests …
func TestChildServeReadsEnvVars(t *testing.T) { … }
func TestResponseWriterSniffsContentType(t *testing.T) { … }
type signalingNopWriteCloser …
func (*signalingNopWriteCloser) Write(buf []byte) (int, error) { … }
func (rc *signalingNopWriteCloser) Close() error { … }
func TestSlowRequest(t *testing.T) { … }