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
Currently we throw IllegalArgumentException but that's not helpful. It looks like the behaviour in browsers varies but there's some momentum towards standardising on the first value and any subsequent ignored: whatwg/mimesniff#41
New features
* Added contains(name, value) to MessageHeaders for look for values in comma-list headers
Bugs fixed
* Eliminated IllegalArgumentException on duplicate media type parameters #40
* Eliminated usages of sole() when accessing HTTP headers to reduce unnecessary exceptions
* Allow optional space after chunk-size in chunked transfer-encoding #33 (Sebastian Nagel)
Currently we throw IllegalArgumentException but that's not helpful. It looks like the behaviour in browsers varies but there's some momentum towards standardising on the first value and any subsequent ignored: whatwg/mimesniff#41
See also #39.
The text was updated successfully, but these errors were encountered: