Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doBench (0.09 sec)

  1. src/net/http/transport_test.go

    	// Start 3 outstanding requests and wait for the server to get them.
    	// Their responses will hang until we write to resch, though.
    	donech := make(chan bool)
    	doReq := func() {
    		defer func() {
    			select {
    			case <-stop:
    				return
    			case donech <- t.Failed():
    			}
    		}()
    		resp, err := c.Get(ts.URL)
    		if err != nil {
    			t.Error(err)
    			return
    		}
    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