Skip to content

Commit 796b9f1

Browse files
authored
Fix incorrect Trailer header (#531)
1 parent 29b108b commit 796b9f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extensions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,9 @@ field ``trailers`` in *Response Start* as ``True``. That will allow the ASGI ser
226226
to know that after the last ``http.response.body`` message (``more_body`` being ``False``),
227227
the ASGI framework will send a ``http.response.trailers`` message.
228228

229-
The ASGI framework is in charge of sending the ``Trailers`` headers to let the client know
229+
The ASGI framework is in charge of sending the ``Trailer`` headers to let the client know
230230
which trailing headers the server will send. The ASGI server is not responsible for validating
231-
the ``Trailers`` headers provided.
231+
the ``Trailer`` headers provided.
232232

233233
Keys:
234234

0 commit comments

Comments
 (0)