Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestServerCancelsReadTimeoutWhenIdle (0.3 sec)

  1. src/net/http/serve_test.go

    // the server's doing its 1-byte background read between requests,
    // waiting for the connection to maybe close.
    func TestServerCancelsReadTimeoutWhenIdle(t *testing.T) { run(t, testServerCancelsReadTimeoutWhenIdle) }
    func testServerCancelsReadTimeoutWhenIdle(t *testing.T, mode testMode) {
    	runTimeSensitiveTest(t, []time.Duration{
    		10 * time.Millisecond,
    		50 * time.Millisecond,
    		250 * time.Millisecond,
    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