Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTransportNoReuseAfterEarlyResponse (0.36 sec)

  1. src/net/http/transport_test.go

    // send future requests on the connection because it's then in a
    // questionable state.
    // golang.org/issue/7569
    func TestTransportNoReuseAfterEarlyResponse(t *testing.T) {
    	run(t, testTransportNoReuseAfterEarlyResponse, []testMode{http1Mode}, testNotParallel)
    }
    func testTransportNoReuseAfterEarlyResponse(t *testing.T, mode testMode) {
    	defer func(d time.Duration) {
    		*MaxWriteWaitBeforeConnReuse = d
    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