Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServerHijackGetsBackgroundByte (0.34 sec)

  1. src/net/http/serve_test.go

    // bufio.Reader.Buffered(), without resorting to Reading it
    // (potentially blocking) to get at it.
    func TestServerHijackGetsBackgroundByte(t *testing.T) {
    	run(t, testServerHijackGetsBackgroundByte, []testMode{http1Mode})
    }
    func testServerHijackGetsBackgroundByte(t *testing.T, mode testMode) {
    	if runtime.GOOS == "plan9" {
    		t.Skip("skipping test; see https://golang.org/issue/18657")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top