Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for 503 (0.05 sec)

  1. 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)
  2. 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)
  3. 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)
Back to top