Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testServerDuplicateBackgroundRead (0.44 sec)

  1. src/net/http/serve_test.go

    	}
    }
    
    // Issue 18535: test that the Server doesn't try to do a background
    // read if it's already done one.
    func TestServerDuplicateBackgroundRead(t *testing.T) {
    	run(t, testServerDuplicateBackgroundRead, []testMode{http1Mode})
    }
    func testServerDuplicateBackgroundRead(t *testing.T, mode testMode) {
    	if runtime.GOOS == "netbsd" && runtime.GOARCH == "arm" {
    		testenv.SkipFlaky(t, 24826)
    	}
    
    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