Skip to content

Commit 9bfb877

Browse files
committed
fix backward-compatibility of semi-public API for #1275
1 parent 3f5a608 commit 9bfb877

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
@@ -623,7 +623,7 @@ def _split_outbound_cookie_fields(headers: Iterable[Header],
623623

624624
def normalize_outbound_headers(headers: Iterable[Header],
625625
hdr_validation_flags: HeaderValidationFlags | None,
626-
should_split_outbound_cookies: bool) -> Generator[Header, None, None]:
626+
should_split_outbound_cookies: bool=False) -> Generator[Header, None, None]:
627627
"""
628628
Normalizes a header sequence that we are about to send.
629629

0 commit comments

Comments
 (0)