Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for expectsContinue (0.16 sec)

  1. pkg/kubelet/prober/worker_test.go

    		tests := []struct {
    			probe                v1.Probe
    			podStatus            *v1.PodStatus
    			expectContinue       map[string]bool
    			expectSet            bool
    			expectedResult       results.Result
    			setDeletionTimestamp bool
    		}{
    			{ // No status.
    				expectContinue: map[string]bool{
    					liveness.String():  true,
    					readiness.String(): true,
    					startup.String():   true,
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 07 23:48:10 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  2. okhttp/src/main/kotlin/okhttp3/internal/http1/Http1ExchangeCodec.kt

            .writeUtf8(": ")
            .writeUtf8(headers.value(i))
            .writeUtf8("\r\n")
        }
        sink.writeUtf8("\r\n")
        state = STATE_OPEN_REQUEST_BODY
      }
    
      override fun readResponseHeaders(expectContinue: Boolean): Response.Builder? {
        check(
          state == STATE_OPEN_REQUEST_BODY ||
            state == STATE_WRITING_REQUEST_BODY ||
            state == STATE_READ_RESPONSE_HEADERS,
        ) {
          "state: $state"
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  3. mockwebserver-deprecated/api/mockwebserver.api

    	public static final field DISCONNECT_DURING_RESPONSE_BODY Lokhttp3/mockwebserver/SocketPolicy;
    	public static final field DO_NOT_READ_REQUEST_BODY Lokhttp3/mockwebserver/SocketPolicy;
    	public static final field EXPECT_CONTINUE Lokhttp3/mockwebserver/SocketPolicy;
    	public static final field FAIL_HANDSHAKE Lokhttp3/mockwebserver/SocketPolicy;
    	public static final field KEEP_OPEN Lokhttp3/mockwebserver/SocketPolicy;
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jul 22 12:28:51 UTC 2023
    - 10.2K bytes
    - Viewed (0)
Back to top