Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for requestCancel (0.11 sec)

  1. src/net/http/transport_test.go

    	run(t, func(t *testing.T, mode testMode) {
    		if mode == http1Mode {
    			t.Run("TransportCancel", func(t *testing.T) {
    				runCancelTestTransport(t, mode, f)
    			})
    		}
    		t.Run("RequestCancel", func(t *testing.T) {
    			runCancelTestChannel(t, mode, f)
    		})
    		t.Run("ContextCancel", func(t *testing.T) {
    			runCancelTestContext(t, mode, f)
    		})
    	}, opts...)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
Back to top