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
The web.RequestHandler._INVALID_HEADER_CHAR_RE is too restrictive. It should allow horizontal tab characters. It looks like this was noticed a few years ago (#2186 (comment)) as well. Would you accept a quick PR to change the regex? I ran into this in a production API server recently.
The text was updated successfully, but these errors were encountered:
The
web.RequestHandler._INVALID_HEADER_CHAR_RE
is too restrictive. It should allow horizontal tab characters. It looks like this was noticed a few years ago (#2186 (comment)) as well. Would you accept a quick PR to change the regex? I ran into this in a production API server recently.The text was updated successfully, but these errors were encountered: