Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClientTimeoutKillsConn_BeforeHeaders (0.54 sec)

  1. src/net/http/transport_test.go

    //
    // This is the test variant that times out before the server replies with
    // any response headers.
    func TestClientTimeoutKillsConn_BeforeHeaders(t *testing.T) {
    	run(t, testClientTimeoutKillsConn_BeforeHeaders, []testMode{http1Mode})
    }
    func testClientTimeoutKillsConn_BeforeHeaders(t *testing.T, mode testMode) {
    	timeout := 1 * time.Millisecond
    	for {
    		inHandler := make(chan bool)
    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