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
Allow HTTP responses without reason-phrase (#14183)
Motivation:
#14180 introduced some changes which
broke the handling of HTTP responses without a reason-phrase. This
change fixes it by correctly following the RFC
Modifications:
Correctly handle responses without reason-phrase
Result:
Fixes regression introduced by #14180
0 commit comments