Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for 412 (0.17 sec)

  1. cmd/object-handlers-common.go

    			w.Header()[xhttp.ETag] = []string{"\"" + objInfo.ETag + "\""}
    		}
    	}
    	// x-amz-copy-source-if-modified-since: Return the object only if it has been modified
    	// since the specified time otherwise return 412 (precondition failed).
    	ifModifiedSinceHeader := r.Header.Get(xhttp.AmzCopySourceIfModifiedSince)
    	if ifModifiedSinceHeader != "" {
    		if givenTime, err := amztime.ParseHeader(ifModifiedSinceHeader); err == nil {
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Tue Apr 09 08:17:49 GMT 2024
    - 14.6K bytes
    - Viewed (0)
  2. docs/metrics/healthcheck/README.md

    ```
    
    ### Checking cluster health for maintenance
    
    You may query the cluster probe endpoint to check if the node which received the request can be taken down for maintenance, if the server replies back '412 Precondition Failed' this means you will lose HA. '200 OK' means you are okay to proceed.
    
    ```
    curl http://minio1:9001/minio/health/cluster?maintenance=true
    HTTP/1.1 412 Precondition Failed
    Accept-Ranges: bytes
    Plain Text
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Thu Jul 06 16:18:38 GMT 2023
    - 2.5K bytes
    - Viewed (0)
  3. internal/rest/client.go

    	if c.TraceOutput != nil && resp.StatusCode != http.StatusOK {
    		c.dumpHTTP(req, resp)
    	}
    
    	if resp.StatusCode != http.StatusOK {
    		// If server returns 412 pre-condition failed, it would
    		// mean that authentication succeeded, but another
    		// side-channel check has failed, we shall take
    		// the client offline in such situations.
    Go
    - Registered: Sun Apr 07 19:28:10 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 14K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/callback.go

    func stack404()  { var buf [404]byte; use(buf[:]); C.callGoStackCheck() }
    func stack408()  { var buf [408]byte; use(buf[:]); C.callGoStackCheck() }
    func stack412()  { var buf [412]byte; use(buf[:]); C.callGoStackCheck() }
    func stack416()  { var buf [416]byte; use(buf[:]); C.callGoStackCheck() }
    func stack420()  { var buf [420]byte; use(buf[:]); C.callGoStackCheck() }
    Go
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 111.5K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertCached(false, 408)
        assertCached(false, 409)
        // the HTTP spec permits caching 410s, but the RI doesn't.
        assertCached(true, 410)
        assertCached(false, 411)
        assertCached(false, 412)
        assertCached(false, 413)
        assertCached(true, 414)
        assertCached(false, 415)
        assertCached(false, 416)
        assertCached(false, 417)
        assertCached(false, 418)
        assertCached(false, 500)
    Plain Text
    - Registered: Fri Apr 19 11:42:09 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  6. cmd/server_test.go

    // If-Unmodified-Since - Return the object only if it has not been modified since the specified time, else return a 412 (precondition failed).
    func (s *TestSuiteCommon) TestHeadOnObjectLastModified(c *check) {
    	// generate a random bucket name.
    	bucketName := getRandomBucketName()
    	// HTTP request to create the bucket.
    Go
    - Registered: Sun Apr 14 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 108K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg net/http, const StatusNotModified = 304
    pkg net/http, const StatusOK = 200
    pkg net/http, const StatusPartialContent = 206
    pkg net/http, const StatusPaymentRequired = 402
    pkg net/http, const StatusPreconditionFailed = 412
    pkg net/http, const StatusProxyAuthRequired = 407
    pkg net/http, const StatusRequestEntityTooLarge = 413
    pkg net/http, const StatusRequestTimeout = 408
    pkg net/http, const StatusRequestURITooLong = 414
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND = 415
    pkg syscall (netbsd-arm64-cgo), const SYS__PSET_BIND ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_CREATE = 412
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_CREATE ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_DESTROY = 413
    pkg syscall (netbsd-arm64-cgo), const SYS_PSET_DESTROY ideal-int
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  9. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_FILE = 356 #53466
    pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_FILE ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_LINK = 412 #53466
    pkg syscall (freebsd-riscv64), const SYS_EXTATTR_SET_LINK ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_FACCESSAT = 489 #53466
    pkg syscall (freebsd-riscv64), const SYS_FACCESSAT ideal-int #53466
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_WRITE ideal-int
    pkg syscall (darwin-arm64), const SYS_WRITEV = 121
    pkg syscall (darwin-arm64), const SYS_WRITEV ideal-int
    pkg syscall (darwin-arm64), const SYS_WRITEV_NOCANCEL = 412
    pkg syscall (darwin-arm64), const SYS_WRITEV_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS_WRITE_NOCANCEL = 397
    pkg syscall (darwin-arm64), const SYS_WRITE_NOCANCEL ideal-int
    Plain Text
    - Registered: Tue Apr 16 11:13:10 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
Back to top