From a4927be6af12d08c7711500785de73d723597a2e Mon Sep 17 00:00:00 2001 From: Raven Black Date: Tue, 3 Sep 2024 17:41:04 +0000 Subject: [PATCH] Nits Signed-off-by: Raven Black --- changelogs/current.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelogs/current.yaml b/changelogs/current.yaml index a8e043d393a3..857aaae0417c 100644 --- a/changelogs/current.yaml +++ b/changelogs/current.yaml @@ -107,9 +107,9 @@ bug_fixes: - area: http3 change: | Fixed a bug where an empty trailers block could be sent. This would occur if a filter removed - the last trailer - a likely occurrence with the ``grpc_web_filter``. This change makes http3 codec - behave the same way http2 codec does, converting an empty trailers block to no trailers. - This behavior can be reverted by setting the runtime guard ``envoy.reloadable_features.http3_remove_empty_trailers`` to false. + the last trailer - a likely occurrence with the ``grpc_web_filter``. This change makes HTTP/3 codec + behave the same way HTTP/2 codec does, converting an empty trailers block to no trailers. + This behavior can be reverted by setting the runtime guard ``envoy.reloadable_features.http3_remove_empty_trailers`` to ``false``. - area: http change: | Fixed a bug where an incomplete request (missing body or trailers) may be proxied to the upstream when the limit on