Adding configuration for 100-continue (#433)

For envoyproxy/envoy#2325

Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
pull/435/head
alyssawilk 7 years ago committed by htuch
parent a66448b203
commit e6aa0cfb33
  1. 7
      envoy/api/v2/filter/network/http_connection_manager.proto

@ -182,6 +182,13 @@ message HttpConnectionManager {
// :ref:`config_http_conn_man_headers_x-forwarded-client-cert` header, *Hash* is always set, and
// *By* is always set when the client certificate presents the SAN value.
SetCurrentClientCertDetails set_current_client_cert_details = 17;
// [#not-implemented-hide:]
// If proxy_100_continue is true, Envoy will proxy incoming "Expect:
// 100-continue" headers upstream, and forward "100 Continue" responses
// downstream. If this is false or not set, Envoy will instead strip the
// "Expect: 100-continue" header, and send a "100 Continue" response itself.
bool proxy_100_continue = 18;
}
message Rds {

Loading…
Cancel
Save