Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for http2MaxRequests (0.11 sec)

  1. pkg/config/validation/validation.go

    		if httpSettings.Http1MaxPendingRequests < 0 {
    			errs = appendErrors(errs, fmt.Errorf("http1 max pending requests must be non-negative"))
    		}
    		if httpSettings.Http2MaxRequests < 0 {
    			errs = appendErrors(errs, fmt.Errorf("http2 max requests must be non-negative"))
    		}
    		if httpSettings.MaxRequestsPerConnection < 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top