Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IdleConnTimeout (0.29 sec)

  1. src/net/http/transport_test.go

    			return true
    		})
    		break
    	}
    }
    
    // Issue 16208: Go 1.7 crashed after Transport.IdleConnTimeout if an
    // HTTP/2 connection was established but its caller no longer
    // wanted it. (Assuming the connection cache was enabled, which it is
    // by default)
    //
    // This test reproduced the crash by setting the IdleConnTimeout low
    // (to make the test reasonable) and then making a request which is
    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