Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 90 for 503 (0.11 sec)

  1. src/runtime/zcallback_windows_arm64.s

    	MOVD	$499, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$500, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$501, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$502, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$503, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$504, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$505, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$506, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$507, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  2. src/runtime/zcallback_windows_arm.s

    	MOVW	$499, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$500, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$501, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$502, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$503, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$504, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$505, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$506, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$507, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  3. 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 Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  4. src/net/http/server.go

    // TimeoutHandler returns a [Handler] that runs h with the given time limit.
    //
    // The new Handler calls h.ServeHTTP to handle each request, but if a
    // call runs for longer than its time limit, the handler responds with
    // a 503 Service Unavailable error and the given message in its body.
    // (If msg is empty, a suitable default message will be sent.)
    // After such a timeout, writes by h to its [ResponseWriter] will return
    // [ErrHandlerTimeout].
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    			Attempts: 10,
    		}, valid: true},
    		{name: "valid http status retryOn", in: &networking.HTTPRetry{
    			Attempts:      10,
    			PerTryTimeout: &durationpb.Duration{Seconds: 2},
    			RetryOn:       "503,connect-failure",
    		}, valid: true},
    		{name: "invalid attempts", in: &networking.HTTPRetry{
    			Attempts:      -1,
    			PerTryTimeout: &durationpb.Duration{Seconds: 2},
    		}, valid: false},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    	499:  {region: 0x96, script: 0x5b, flags: 0x0},
    	500:  {region: 0x107, script: 0x20, flags: 0x0},
    	501:  {region: 0x1, script: 0x5b, flags: 0x0},
    	502:  {region: 0x166, script: 0x5b, flags: 0x0},
    	503:  {region: 0x166, script: 0x5b, flags: 0x0},
    	504:  {region: 0x9e, script: 0x5b, flags: 0x0},
    	505:  {region: 0x9f, script: 0x5b, flags: 0x0},
    	506:  {region: 0x49, script: 0x17, flags: 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  8. 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: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  9. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. 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: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
Back to top