Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for suspicious (0.09 sec)

  1. src/crypto/tls/conn.go

    		msg := fmt.Sprintf("received record with version %x when expecting version %x", vers, expectedVers)
    		return c.in.setErrorLocked(c.newRecordHeaderError(nil, msg))
    	}
    	if !c.haveVers {
    		// First message, be extra suspicious: this might not be a TLS
    		// client. Bail out before reading a full 'body', if possible.
    		// The current max version is 3.3 so if the version is >= 16.0,
    		// it's probably not real.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    				constants.AmbientWaypointInboundBinding: "PROXY/15088",
    			},
    		},
    	})
    	s.addWaypoint(t, "1.2.3.4", "proxy-sandwich", constants.AllTraffic, true)
    	// TODO needing this check seems suspicious. We should really wait for up to 2 pod events.
    	assert.EventuallyEqual(t, func() int { return len(s.waypoints.List()) }, 1)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewrite.go

    				}
    			}
    		}
    		if !change && !deadChange {
    			break
    		}
    		iters++
    		if (iters > itersLimit || debug >= 2) && change {
    			// We've done a suspiciously large number of rewrites (or we're in debug mode).
    			// As of Sep 2021, 90% of rewrites complete in 4 iterations or fewer
    			// and the maximum value encountered during make.bash is 12.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
Back to top