Skip to content

Commit

Permalink
fix backward-compatibility of semi-public API for #1275
Browse files Browse the repository at this point in the history
  • Loading branch information
Kriechi committed Dec 21, 2024
1 parent e69a7d5 commit a6cb12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/h2/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ def _split_outbound_cookie_fields(headers: Iterable[Header],

def normalize_outbound_headers(headers: Iterable[Header],
hdr_validation_flags: HeaderValidationFlags | None,
should_split_outbound_cookies: bool) -> Generator[Header, None, None]:
should_split_outbound_cookies: bool=False) -> Generator[Header, None, None]:
"""
Normalizes a header sequence that we are about to send.
Expand Down

0 comments on commit a6cb12d

Please sign in to comment.