- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 66 for 4291 (0.02 seconds)
-
docs/changelogs/changelog_4x.md
manual calls to `HostnameVerifier` could be defeated if the hostnames they pass in are not strictly ASCII. This issue is tracked as [CVE-2021-0341]. ## Version 4.9.1 _2021-01-30_ * Fix: Work around a crash in Android 10 and 11 that may be triggered when two threads concurrently close an SSL socket. This would have appeared in crash logs asCreated: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Wed Apr 17 13:25:31 GMT 2024 - 25.2K bytes - Click Count (0) -
ci/official/containers/ml_build/builder.requirements.txt
id urllib3 requests # For XLA pyyaml # For JAX build ~= 1.2.2 # uv is faster than pip for installing Python packages. uv ~= 0.5.30 # For running wheel verification script
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 30 20:25:44 GMT 2025 - 271 bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/error/ErrorBusyAction.java
package org.codelibs.fess.app.web.error; import org.codelibs.fess.app.web.base.FessSearchAction; import org.lastaflute.web.Execute; import org.lastaflute.web.response.HtmlResponse; /** * Action class for handling HTTP 429 Too Many Requests error pages. * This action displays error pages when the server is under high load. */ public class ErrorBusyAction extends FessSearchAction { /** * Default constructor for ErrorBusyAction.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Feb 10 04:24:02 GMT 2026 - 1.4K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/JSSETest.kt
// Not much we can guarantee on JDK 11. PlatformVersion.majorVersion == 11 -> { assertThat(s.enabledProtocols.toList()).contains( "TLSv1.2", ) } // JDK 8 291 removed older versions // See https://java.com/en/jre-jdk-cryptoroadmap.html PlatformVersion.majorVersion == 8 -> { assertThat(s.enabledProtocols.toList()).contains( "TLSv1.2", )Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Tue Jan 27 09:00:39 GMT 2026 - 5.5K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/http/HttpStatusCodes.kt
const val HTTP_TEMP_REDIRECT = 307 /** `308 Permanent Redirect` (HTTP/1.1 - RFC 7538) */ const val HTTP_PERM_REDIRECT = 308 /** `421 Misdirected Request` (HTTP/2 - RFC 7540) */
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Jul 28 14:39:28 GMT 2025 - 2K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/DcerpcPipeHandleTest.java
byte[] buf = new byte[50]; byte[] inB = new byte[100]; // Setup fragment length exceeding max (4280) Encdec.enc_uint16le((short) 4281, inB, 8); when(mockSmbPipeHandleInternal.isStale()).thenReturn(false); when(mockSmbPipeHandleInternal.sendrecv(buf, 0, 50, inB, 4280)).thenReturn(40);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 21K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/llm/LlmException.java
* * @author FessProject */ public class LlmException extends FessSystemException { private static final long serialVersionUID = 1L; /** Error code for rate limit (HTTP 429). */ public static final String ERROR_RATE_LIMIT = "rate_limit"; /** Error code for authentication failure (HTTP 401/403). */ public static final String ERROR_AUTH = "auth_error";Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 07 01:53:06 GMT 2026 - 3.5K bytes - Click Count (0) -
build-logic/build-update-utils/src/test/groovy/gradlebuild/buildutils/tasks/UpdateReleasedVersionsTest.groovy
releasedVersion('4.3.1', referenceBuildTime + 7), releasedVersion('4.4', referenceBuildTime + 5), releasedVersion('4.3', referenceBuildTime + 2), releasedVersion('4.2.1', referenceBuildTime + 3), releasedVersion('4.2', referenceBuildTime), ] def versions = releasedVersions(snapshot, rc, finalVersionsBefore)
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 14:47:12 GMT 2026 - 5.4K bytes - Click Count (0) -
okhttp/src/jvmTest/kotlin/okhttp3/ConnectionCoalescingTest.kt
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Thu Jun 19 11:44:16 GMT 2025 - 19.1K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.29.md
- [Changelog since v1.29.1](#changelog-since-v1291) - [Changes by Kind](#changes-by-kind-13) - [Feature](#feature-9) - [Bug or Regression](#bug-or-regression-10) - [Dependencies](#dependencies-13) - [Added](#added-13) - [Changed](#changed-13) - [Removed](#removed-13) - [v1.29.1](#v1291) - [Downloads for v1.29.1](#downloads-for-v1291) - [Source Code](#source-code-14)Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Mar 12 00:36:01 GMT 2025 - 429.6K bytes - Click Count (1)