- Sort Score
- Result 10 results
- Languages All
Results 21 - 26 of 26 for 503 (0.05 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/CacheTest.kt
assertCached(false, 416) assertCached(false, 417) assertCached(false, 418) assertCached(false, 500) assertCached(true, 501) assertCached(false, 502) assertCached(false, 503) assertCached(false, 504) assertCached(false, 505) assertCached(false, 506) } @Test fun responseCachingWith1xxInformationalResponse() { assertSubsequentResponseCached(102, 200)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Fri Oct 03 17:41:45 UTC 2025 - 116.8K bytes - Viewed (0) -
cmd/bucket-replication.go
objInfo.TargetReplicationStatus(tgt.ARN) == replication.Failed || ri.OpType == replication.ExistingObjectReplicationType { // if metadata is not updated for some reason after replication, such as // 503 encountered while updating metadata - make sure to set ReplicationStatus // as Completed. // // Note: Replication Stats would have been updated despite metadata update failure.
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 118.2K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.10.md
* kube-apiserver: requests to endpoints handled by unavailable extension API servers (as indicated by an `Available` condition of `false` in the registered APIService) now return `503` errors instead of `404` errors. ([#58070](https://github.com/kubernetes/kubernetes/pull/58070), [@weekface](https://github.com/weekface))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 341.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
- Resolves a potential issue with GC and NS controllers which may delete objects after getting a 404 response from the server during its startup. This PR ensures that requests to aggregated APIs will get 503, not 404 while the APIServiceRegistrationController hasn't finished its job. ([#104748](https://github.com/kubernetes/kubernetes/pull/104748), [@p0lyn0mial](https://github.com/p0lyn0mial))
Registered: Fri Dec 26 09:05:12 UTC 2025 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const SYS_UNDELETE ideal-int pkg syscall (freebsd-arm64), const SYS_UNLINK = 10 pkg syscall (freebsd-arm64), const SYS_UNLINK ideal-int pkg syscall (freebsd-arm64), const SYS_UNLINKAT = 503 pkg syscall (freebsd-arm64), const SYS_UNLINKAT ideal-int pkg syscall (freebsd-arm64), const SYS_UNMOUNT = 22 pkg syscall (freebsd-arm64), const SYS_UNMOUNT ideal-int pkg syscall (freebsd-arm64), const SYS_UTIMENSAT = 547
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.1.txt
pkg net/http, const StatusRequestedRangeNotSatisfiable = 416 pkg net/http, const StatusResetContent = 205 pkg net/http, const StatusSeeOther = 303 pkg net/http, const StatusServiceUnavailable = 503 pkg net/http, const StatusSwitchingProtocols = 101 pkg net/http, const StatusTeapot = 418 pkg net/http, const StatusTemporaryRedirect = 307 pkg net/http, const StatusUnauthorized = 401
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0)