Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/net/http/transport_test.go

    				// and wait for the order to proceed.
    				ch := make(chan struct{})
    				putidlec <- ch
    				close(putidlec) // panic if PutIdleConn runs twice for some reason
    				<-ch
    			},
    		})
    		req, _ := NewRequestWithContext(ctx, "GET", ts.URL, nil)
    		res, err := client.Do(req)
    		if err != nil {
    			reqerrc <- err
    		} else {
    			res.Body.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