Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetRSTAvoidanceDelay (0.48 sec)

  1. src/net/http/export_test.go

    	// runTimeSensitiveTest and SetRSTAvoidanceDelay to explicitly raise the delay
    	// if needed.
    	rstAvoidanceDelay = 1 * time.Nanosecond
    }
    
    // SetRSTAvoidanceDelay sets how long we are willing to wait between calling
    // CloseWrite on a connection and fully closing the connection.
    func SetRSTAvoidanceDelay(t *testing.T, d time.Duration) {
    	prevDelay := rstAvoidanceDelay
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:11:57 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top