See in http_helper.cc that 'http.timeout' is hardcoded to reject values over 30 seconds.
I am calling into an HTTP endpoint with an SLA of 120 seconds. Please rework this configuration value to accept values of at least 120 seconds. Even better would be accepting any unconstrained value and trusting clients to make good decisions.
See in http_helper.cc that 'http.timeout' is hardcoded to reject values over 30 seconds.
I am calling into an HTTP endpoint with an SLA of 120 seconds. Please rework this configuration value to accept values of at least 120 seconds. Even better would be accepting any unconstrained value and trusting clients to make good decisions.