From a82cc9dd24e152dd2b0c496c4d407b2f87763c34 Mon Sep 17 00:00:00 2001 From: John Plevyak Date: Wed, 21 Aug 2019 12:03:15 -0700 Subject: [PATCH] Address comments. Signed-off-by: John Plevyak --- docs/root/intro/version_history.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/root/intro/version_history.rst b/docs/root/intro/version_history.rst index 9025a2fb92c9..229c4ba4558a 100644 --- a/docs/root/intro/version_history.rst +++ b/docs/root/intro/version_history.rst @@ -26,7 +26,7 @@ Version history * header to metadata: added :ref:`PROTOBUF_VALUE ` and :ref:`ValueEncode ` to support protobuf Value and Base64 encoding. * http: added the ability to reject HTTP/1.1 requests with invalid HTTP header values, using the runtime feature `envoy.reloadable_features.strict_header_validation`. * http: added the ability to :ref:`merge adjacent slashes` in the path. -* http: remove h2c upgrade headers for HTTP/1 requests which are not currently supported. +* http: remove h2c upgrade headers for HTTP/1 as h2c upgrades are currently not supported. * listeners: added :ref:`continue_on_listener_filters_timeout ` to configure whether a listener will still create a connection when listener filters time out. * listeners: added :ref:`HTTP inspector listener filter `. * redis: added :ref:`read_policy ` to allow reading from redis replicas for Redis Cluster deployments.