Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 110 for inState (0.22 sec)

  1. cmd/api-errors.go

    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrSSEMultipartEncrypted: {
    		Code:           "InvalidRequest",
    		Description:    "The multipart upload initiate requested encryption. Subsequent part requests must include the appropriate encryption parameters.",
    		HTTPStatusCode: http.StatusBadRequest,
    	},
    	ErrSSEEncryptedObject: {
    		Code:           "InvalidRequest",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 92.1K bytes
    - Viewed (1)
  2. okhttp/src/test/java/okhttp3/internal/http2/HttpOverHttp2Test.kt

        queueDispatcher.enqueueResponse(MockResponse(body = "call2 response"))
        queueDispatcher.enqueueResponse(MockResponse(body = "call1 response"))
    
        // We use a re-entrant dispatcher to initiate one HTTPS connection while the other is in flight.
        server.dispatcher =
          object : Dispatcher() {
            var requestCount = 0
    
            override fun dispatch(request: RecordedRequest): MockResponse {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Thu Apr 11 22:09:35 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  3. src/runtime/mbitmap.go

    		KeepAlive(ep)
    		return
    	}
    
    	// stack
    	if gp := getg(); gp.m.curg.stack.lo <= uintptr(p) && uintptr(p) < gp.m.curg.stack.hi {
    		found := false
    		var u unwinder
    		for u.initAt(gp.m.curg.sched.pc, gp.m.curg.sched.sp, 0, gp.m.curg, 0); u.valid(); u.next() {
    			if u.frame.sp <= uintptr(p) && uintptr(p) < u.frame.varp {
    				found = true
    				break
    			}
    		}
    		if found {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  4. cmd/test-utils_test.go

    		checkRespErr(rec, http.StatusOK)
    	} else {
    		// Multipart upload - each part is a new DummyDataGen
    		// (so the part lengths are required to verify the
    		// object when reading).
    
    		// Initiate mp upload
    		reqI, err := newTestSignedRequestV4(http.MethodPost, getNewMultipartURL("", bucketName, objectName),
    			0, nil, creds.AccessKey, creds.SecretKey, metadata)
    		if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 76.9K bytes
    - Viewed (0)
  5. cmd/erasure-server-pool.go

    			delimiter, maxUploads)
    		if err != nil {
    			return result, err
    		}
    		poolResult.Uploads = append(poolResult.Uploads, result.Uploads...)
    	}
    	return poolResult, nil
    }
    
    // Initiate a new multipart upload on a hashedSet based on object name.
    func (z *erasureServerPools) NewMultipartUpload(ctx context.Context, bucket, object string, opts ObjectOptions) (*NewMultipartUploadResult, error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 30 11:58:12 UTC 2024
    - 82.5K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/listener_test.go

    	test.SetForTest(t, &features.EnableDualStack, true)
    	service := buildService("test1.com", "0.0.0.0", protocol.TCP, tnow.Add(1*time.Second))
    	service.Attributes.ServiceRegistry = provider.External // Imitate a ServiceEntry with no addresses
    	services := []*model.Service{service}
    	for _, p := range []*model.Proxy{getProxy(), &dualStackProxy} {
    		p.DiscoverIPMode()
    		listeners := buildOutboundListeners(t, p, nil, nil, services...)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	return hf, nil
    }
    
    // HeadersFrameParam are the parameters for writing a HEADERS frame.
    type http2HeadersFrameParam struct {
    	// StreamID is the required Stream ID to initiate.
    	StreamID uint32
    	// BlockFragment is part (or all) of a Header Block.
    	BlockFragment []byte
    
    	// EndStream indicates that the header block is the last that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. prow/config/calico.yaml

                      entries (one entry per endpoint in that case).
                    type: integer
                  bpfMapSizeIfState:
                    description: BPFMapSizeIfState sets the size for ifstate map.  The
                      ifstate map must be large enough to hold an entry for each device
                      (host + workloads) on a host.
                    type: integer
                  bpfMapSizeNATAffinity:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  9. src/net/http/transport.go

    // The remote endpoint's name may be overridden by TLSClientConfig.ServerName.
    func (pconn *persistConn) addTLS(ctx context.Context, name string, trace *httptrace.ClientTrace) error {
    	// Initiate TLS and check remote host name against certificate.
    	cfg := cloneTLSConfig(pconn.t.TLSClientConfig)
    	if cfg.ServerName == "" {
    		cfg.ServerName = name
    	}
    	if pconn.cacheKey.onlyH1 {
    		cfg.NextProtos = nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  10. CREDITS

    first time You have received notice of non-compliance with this License
    from such Contributor, and You become compliant prior to 30 days after
    Your receipt of the notice.
    
    5.2. If You initiate litigation against any entity by asserting a patent
    infringement claim (excluding declaratory judgment actions,
    counter-claims, and cross-claims) alleging that a Contributor Version
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 15:34:20 UTC 2024
    - 1.7M bytes
    - Viewed (0)
Back to top