You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle duplicate Content-Length headers per RFC 7230 §3.3.2
When a server sends duplicate Content-Length headers with identical
values, collapse them into a single value instead of returning nil.
When values conflict, return nil (reject as invalid). Previously,
duplicate headers caused either a TypeError or silently returned nil
even for valid identical duplicates.
Closes#566.
0 commit comments