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
HttpScanner/Parser - correctly ignore header whitespaces
E.g. "Accept:text/xml" should be parsed like "Accept: text/xml" or also "Accept: text/xml ".
https://www.rfc-editor.org/rfc/rfc7230#section-3.2