Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for unresponsive (0.46 sec)

  1. src/net/http/h2_bundle.go

    func (cc *http2ClientConn) closeConn() {
    	t := time.AfterFunc(250*time.Millisecond, cc.forceCloseConn)
    	defer t.Stop()
    	cc.tconn.Close()
    }
    
    // A tls.Conn.Close can hang for a long time if the peer is unresponsive.
    // Try to shut it down more aggressively.
    func (cc *http2ClientConn) forceCloseConn() {
    	tc, ok := cc.tconn.(*tls.Conn)
    	if !ok {
    		return
    	}
    	if nc := tc.NetConn(); nc != nil {
    		nc.Close()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit.min.css

    12px}.uk-table-small .uk-table-link>a{padding:10px 12px}@media (max-width:959px){.uk-table-responsive,.uk-table-responsive tbody,.uk-table-responsive td,.uk-table-responsive th,.uk-table-responsive tr{display:block}.uk-table-responsive thead{display:none}.uk-table-responsive td,.uk-table-responsive th{width:auto!important;max-width:none!important;min-width:0!important;overflow:visible!important;white-space:normal!important}.uk-table-responsive .uk-table-link:not(:first-child)>a,.uk-table-responsive td:not(:first-c...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 257.2K bytes
    - Viewed (0)
  3. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ,""):s;let o=te.statSync(decodeURIComponent(s),{throwIfNoEntry:!1})?.mtimeMs;!o||((!e.has(n)||o>e.get(n))&&(t=!0),r.set(n,o))}return[t,r]}function Nd(i){i.walkAtRules(e=>{["responsive","variants"].includes(e.name)&&(Nd(e),e.before(e.nodes),e.remove())})}function _C(i){let e=[];return i.each(t=>{t.type==="atrule"&&["responsive","variants"].includes(t.name)&&(t.name="layer",t.params="utilities")}),i.walkAtRules("layer",t=>{if(Nd(t),t.params==="base"){for(let r of t.nodes)e.push(function({addBase:n...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  4. prow/config/calico.yaml

                    description: 'IptablesLockProbeInterval is the time that Felix will
                      wait between attempts to acquire the iptables lock if it is not
                      available. Lower values make Felix more responsive when the lock
                      is contended, but use more CPU. [Default: 50ms]'
                    pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
                    type: string
                  iptablesLockTimeout:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
Back to top