Fix typo in http-trailers.py (#5384)

This commit is contained in:
Pedro Augusto de Paula Barbosa 2022-05-30 04:53:44 -03:00 committed by GitHub
parent 02b982f000
commit 4771e42b44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
""" """
This script simply prints all received HTTP Trailers. 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 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 headers by name, so the receiving endpoint can wait and read them after the
body. body.