http: adding a default idle timeout of 1 hour (#8629)

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>

Mirrored from https://github.com/envoyproxy/envoy @ 5c8447d311b552e39c52c71956d1afb97df359ed
master-ci-test
data-plane-api(CircleCI) 5 years ago
parent db57291d2c
commit 2d9ad683cb
  1. 1
      envoy/api/v2/core/protocol.proto
  2. 1
      envoy/api/v3alpha/core/protocol.proto

@ -25,6 +25,7 @@ message HttpProtocolOptions {
// :ref:`drain_timeout
// <envoy_api_field_config.filter.network.http_connection_manager.v2.HttpConnectionManager.drain_timeout>`.
// Note that request based timeouts mean that HTTP/2 PINGs will not keep the connection alive.
// If not specified, this defaults to 1 hour. To disable idle timeouts explicitly set this to 0.
google.protobuf.Duration idle_timeout = 1;
// The maximum number of headers. If unconfigured, the default

@ -25,6 +25,7 @@ message HttpProtocolOptions {
// :ref:`drain_timeout
// <envoy_api_field_config.filter.network.http_connection_manager.v3alpha.HttpConnectionManager.drain_timeout>`.
// Note that request based timeouts mean that HTTP/2 PINGs will not keep the connection alive.
// If not specified, this defaults to 1 hour. To disable idle timeouts explicitly set this to 0.
google.protobuf.Duration idle_timeout = 1;
// The maximum number of headers. If unconfigured, the default

Loading…
Cancel
Save