Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fakeWorker (0.12 sec)

  1. src/net/http/transport.go

    func (tlsHandshakeTimeoutError) Error() string   { return "net/http: TLS handshake timeout" }
    
    // fakeLocker is a sync.Locker which does nothing. It's used to guard
    // test-only fields when not under test, to avoid runtime atomic
    // overhead.
    type fakeLocker struct{}
    
    func (fakeLocker) Lock()   {}
    func (fakeLocker) Unlock() {}
    
    // cloneTLSConfig returns a shallow clone of cfg, or a new zero tls.Config if
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
Back to top