Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for ping_es (1.01 sec)

  1. docs/changelogs/changelog_4x.md

    ## Version 4.3.0
    
    _2019-12-31_
    
     *  Fix: Degrade HTTP/2 connections after a timeout. When an HTTP/2 stream times out it may impact
        the stream only or the entire connection. With this fix OkHttp will now send HTTP/2 pings after
        a stream timeout to determine whether the connection should remain eligible for pooling.
    
     *  Fix: Don't call `EventListener.responseHeadersStart()` or `responseBodyStart()` until bytes have
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Wed Apr 17 13:25:31 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  2. android/guava/src/com/google/common/net/HttpHeaders.java

      /**
       * The HTTP <a href="http://html.spec.whatwg.org/multipage/semantics.html#hyperlink-auditing">
       * {@code Ping-To}</a> header field name.
       *
       * @since 19.0
       */
      public static final String PING_TO = "Ping-To";
    
      /**
       * The HTTP <a
       * href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Link_prefetching_FAQ#As_a_server_admin.2C_can_I_distinguish_prefetch_requests_from_normal_requests.3F">{@code
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Mar 27 20:37:16 UTC 2025
    - 35.4K bytes
    - Viewed (0)
  3. okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HttpOverHttp2Test.kt

            .pingInterval(Duration.ofMillis(500))
            .build()
    
        // Set up the server to ignore the socket. It won't respond to pings!
        server.enqueue(MockResponse.Builder().onRequestStart(Stall).build())
    
        // Make a call. It'll fail as soon as our pings detect a problem.
        val call = client.newCall(Request(server.url("/")))
        val executeAtNanos = System.nanoTime()
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Jun 20 11:46:46 UTC 2025
    - 73.4K bytes
    - Viewed (0)
  4. okhttp/src/jvmTest/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // https://www.iana.org/domains/root/db/silk.html
    silk
    
    // sina : Sina Corporation
    // https://www.iana.org/domains/root/db/sina.html
    sina
    
    // singles : Binky Moon, LLC
    // https://www.iana.org/domains/root/db/singles.html
    singles
    
    // site : Radix Technologies Inc.
    // https://www.iana.org/domains/root/db/site.html
    site
    
    // ski : Identity Digital Limited
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Fri Dec 27 13:39:56 UTC 2024
    - 309.7K bytes
    - Viewed (0)
  5. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    siellak.no
    siena.it
    sieradz.pl
    sigdal.no
    siiites.com
    siljan.no
    silk
    simple-url.com
    simplesite.com
    simplesite.com.br
    simplesite.gr
    simplesite.pl
    sina
    sinaapp.com
    singles
    siracusa.it
    sirdal.no
    sisko.replit.dev
    site
    site.rb-hosting.io
    site.tb-hosting.com
    site.transip.me
    siteleaf.net
    sj
    sjc.br
    sk
    sk.ca
    sk.eu.org
    skanit.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue May 27 22:00:49 UTC 2025
    - 129.6K bytes
    - Viewed (3)
  6. src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java

                    logger.error(() -> "Failed to flush " + stream(indices).get(stream -> stream.collect(Collectors.joining(", "))), e);
                }
            });
    
        }
    
        /**
         * Pings the search engine cluster to check connectivity and health.
         *
         * @return the ping response with cluster information
         * @throws SearchEngineClientException if the ping fails
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sun Aug 31 08:19:00 UTC 2025
    - 121.9K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.21.md

    - Enable SPDY pings to keep connections alive, so that `kubectl exec` and `kubectl portforward` won't be interrupted. ([#97083](https://github.com/kubernetes/kubernetes/pull/97083), [@knight42](https://github.com/knight42)) [SIG API Machinery and CLI]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  8. okhttp/src/androidMain/assets/PublicSuffixDatabase.list

    siellak.no
    siena.it
    sieradz.pl
    sigdal.no
    siiites.com
    siljan.no
    silk
    simple-url.com
    simplesite.com
    simplesite.com.br
    simplesite.gr
    simplesite.pl
    sina
    sinaapp.com
    singles
    siracusa.it
    sirdal.no
    sisko.replit.dev
    site
    site.rb-hosting.io
    site.tb-hosting.com
    site.transip.me
    siteleaf.net
    sj
    sjc.br
    sk
    sk.ca
    sk.eu.org
    skanit.no
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Dec 31 14:50:53 UTC 2024
    - 129.6K bytes
    - Viewed (2)
Back to top