Skip to content

Commit 48f26a2

Browse files
cdelerKriechi
andauthored
Fixed typo
As a part of PR review suggestions Co-authored-by: Thomas Kriechbaumer <[email protected]>
1 parent c7f967d commit 48f26a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/h2/utilities.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ def _split_outbound_cookie_fields(headers, hdr_validation_flags):
609609
to split the Cookie header field into separate header fields
610610
611611
We want to do it for outbound requests, as we are doing for
612-
inbound
612+
inbound.
613613
"""
614614
for header in headers:
615615
if header[0] in (b'cookie', 'cookie'):

0 commit comments

Comments
 (0)