From 4771e42b446619ab82f06bcf50a9954b472ab5e6 Mon Sep 17 00:00:00 2001 From: Pedro Augusto de Paula Barbosa Date: Mon, 30 May 2022 04:53:44 -0300 Subject: [PATCH] Fix typo in http-trailers.py (#5384) --- examples/addons/http-trailers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/addons/http-trailers.py b/examples/addons/http-trailers.py index 6d79b9abf..26a51f23b 100644 --- a/examples/addons/http-trailers.py +++ b/examples/addons/http-trailers.py @@ -1,7 +1,7 @@ """ This script simply prints all received HTTP Trailers. -HTTP requests and responses can container trailing headers which are sent after +HTTP requests and responses can contain trailing headers which are sent after the body is fully transmitted. Such trailers need to be announced in the initial headers by name, so the receiving endpoint can wait and read them after the body.