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
fix: recognize content types with whitespace (#200)
The RFC for content-type header format allows optional whitespace before the
semicolon. Our regular expressions for recognizing various mime types do not
account for this, so valid mime types may not be recognized. This commit
adjusts the expression to close that gap.
Signed-off-by: Dustin Popp <[email protected]>
0 commit comments