Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testIssue3644 (0.13 sec)

  1. src/net/http/transport_test.go

    // before the response body has been read. This was a regression
    // which sadly lacked a triggering test. The large response body made
    // the old race easier to trigger.
    func TestIssue3644(t *testing.T) { run(t, testIssue3644) }
    func testIssue3644(t *testing.T, mode testMode) {
    	const numFoos = 5000
    	ts := newClientServerTest(t, mode, HandlerFunc(func(w ResponseWriter, r *Request) {
    		w.Header().Set("Connection", "close")
    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