Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testTransportConcurrency (0.14 sec)

  1. src/net/http/transport_test.go

    			} else {
    				if closeBody {
    					res.Body.Close()
    				}
    			}
    		}
    	}
    }
    
    func TestTransportConcurrency(t *testing.T) {
    	run(t, testTransportConcurrency, testNotParallel, []testMode{http1Mode})
    }
    func testTransportConcurrency(t *testing.T, mode testMode) {
    	// Not parallel: uses global test hooks.
    	maxProcs, numReqs := 16, 500
    	if testing.Short() {
    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