go/src/net/http/responsecontroller_test.go

func TestResponseControllerFlush(t *testing.T) {}

func testResponseControllerFlush(t *testing.T, mode testMode) {}

func TestResponseControllerHijack(t *testing.T) {}

func testResponseControllerHijack(t *testing.T, mode testMode) {}

func TestResponseControllerSetPastWriteDeadline(t *testing.T) {}

func testResponseControllerSetPastWriteDeadline(t *testing.T, mode testMode) {}

func TestResponseControllerSetFutureWriteDeadline(t *testing.T) {}

func testResponseControllerSetFutureWriteDeadline(t *testing.T, mode testMode) {}

func TestResponseControllerSetPastReadDeadline(t *testing.T) {}

func testResponseControllerSetPastReadDeadline(t *testing.T, mode testMode) {}

func TestResponseControllerSetFutureReadDeadline(t *testing.T) {}

func testResponseControllerSetFutureReadDeadline(t *testing.T, mode testMode) {}

type wrapWriter

func (w wrapWriter) Unwrap() ResponseWriter {}

func TestWrappedResponseController(t *testing.T) {}

func testWrappedResponseController(t *testing.T, mode testMode) {}

func TestResponseControllerEnableFullDuplex(t *testing.T) {}

func testResponseControllerEnableFullDuplex(t *testing.T, mode testMode) {}

func TestIssue58237(t *testing.T) {}