Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for markregused (0.55 sec)

  1. src/net/http/transport.go

    		logf(time.Now().Format(time.RFC3339Nano)+": "+format, args...)
    	}
    }
    
    // markReused marks this connection as having been successfully used for a
    // request and response.
    func (pc *persistConn) markReused() {
    	pc.mu.Lock()
    	pc.reused = true
    	pc.mu.Unlock()
    }
    
    // close closes the underlying TCP connection and closes
    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