Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 154 for absorbed (0.17 sec)

  1. src/net/http/httptrace/trace.go

    	// returned before the final non-1xx response. Got1xxResponse is called
    	// for "100 Continue" responses, even if Got100Continue is also defined.
    	// If it returns an error, the client request is aborted with that error value.
    	Got1xxResponse func(code int, header textproto.MIMEHeader) error
    
    	// DNSStart is called when a DNS lookup begins.
    	DNSStart func(DNSStartInfo)
    
    	// DNSDone is called when a DNS lookup ends.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/dra/manager.go

    			return nil
    		})
    		if err != nil {
    			return fmt.Errorf("locked cache operation: %w", err)
    		}
    	}
    
    	// Call NodePrepareResources for all claims in each batch.
    	// If there is any error, processing gets aborted.
    	// We could try to continue, but that would make the code more complex.
    	for pluginName, claims := range batches {
    		// Call NodePrepareResources RPC for all resource handles.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 03 13:23:29 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  3. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/inet/SocketConnection.java

                    return true;
                }
                if (Objects.equal(e.getMessage(), "An established connection was aborted by the software in your host machine")) {
                    return true;
                }
                if (Objects.equal(e.getMessage(), "Connection reset by peer")) {
                    return true;
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 13:09:37 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. hack/local-up-cluster.sh

          Darwin)
            print_color "kubelet is not currently supported in darwin, kubelet aborted."
            KUBELET_LOG=""
            ;;
          Linux)
            install_cni_if_needed
            start_kubelet
            ;;
          *)
            print_color "Unsupported host OS.  Must be Linux or Mac OS X, kubelet aborted."
            ;;
        esac
    fi
    
    if [[ "${START_MODE}" != "kubeletonly" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/endpoints/metrics/metrics.go

    		},
    		[]string{"filter"},
    	)
    
    	// requestAbortsTotal is a number of aborted requests with http.ErrAbortHandler
    	requestAbortsTotal = compbasemetrics.NewCounterVec(
    		&compbasemetrics.CounterOpts{
    			Subsystem:      APIServerComponent,
    			Name:           "request_aborts_total",
    			Help:           "Number of requests which apiserver aborted possibly due to a timeout, for each group, version, verb, resource, subresource and scope",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 07:29:19 UTC 2023
    - 35K bytes
    - Viewed (0)
  6. docs/features/https.md

    depends on the JVM or Android version, OkHttp version, and web server configuration. If there is no
    common cipher suite and TLS version, your call will fail like this:
    
    ```
    Caused by: javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x7f2719a89e80:
        Failure in SSL library, usually a protocol error
            error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Dec 24 00:16:30 UTC 2022
    - 10.5K bytes
    - Viewed (0)
  7. src/net/http/fcgi/fcgi_test.go

    }
    
    func (nopWriteCloser) Write(buf []byte) (int, error) {
    	return len(buf), nil
    }
    
    func (nopWriteCloser) Close() error {
    	return nil
    }
    
    // Test that child.serve closes the bodies of aborted requests and closes the
    // bodies of all requests before returning. Causes deadlock if either condition
    // isn't met. See issue 6934.
    func TestChildServeCleansUp(t *testing.T) {
    	for _, tt := range cleanUpTests {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 11 18:51:39 UTC 2023
    - 10.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-death-test-internal.h

      // the appropriate environment for a child process to execute the death
      // test, then wait for it to complete.
      enum TestRole { OVERSEE_TEST, EXECUTE_TEST };
    
      // An enumeration of the three reasons that a test might be aborted.
      enum AbortReason {
        TEST_ENCOUNTERED_RETURN_STATEMENT,
        TEST_THREW_EXCEPTION,
        TEST_DID_NOT_DIE
      };
    
      // Assumes one of the above roles.
      virtual TestRole AssumeRole() = 0;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/crypto/internal/poly1305/sum_generic.go

    		panic("poly1305: unexpected overflow")
    	}
    	return uint128{lo, hi}
    }
    
    func shiftRightBy2(a uint128) uint128 {
    	a.lo = a.lo>>2 | (a.hi&3)<<62
    	a.hi = a.hi >> 2
    	return a
    }
    
    // updateGeneric absorbs msg into the state.h accumulator. For each chunk m of
    // 128 bits of message, it computes
    //
    //	h₊ = (h + m) * r  mod  2¹³⁰ - 5
    //
    // If the msg length is not a multiple of TagSize, it assumes the last
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. cmd/admin-heal-ops.go

    const (
    	// a heal sequence with this many un-consumed heal result
    	// items blocks until heal-status consumption resumes or is
    	// aborted due to timeout.
    	maxUnconsumedHealResultItems = 1000
    
    	// if no heal-results are consumed (via the heal-status API)
    	// for this timeout duration, the heal sequence is aborted.
    	healUnconsumedTimeout = 24 * time.Hour
    
    	// time-duration to keep heal sequence state after it
    	// completes.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 18:04:41 UTC 2024
    - 25.1K bytes
    - Viewed (0)
Back to top