headersSplitValues doesn't handle set-cookie correctly when header is camel case Set-Cookie
#1419
Labels
needs-info
Additional information needed from the issue author
package:http
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
http/pkgs/http/lib/src/base_response.dart
Lines 163 to 167 in e166181
We should use
key.toLowerCase() == 'set-cookie'
instead.The text was updated successfully, but these errors were encountered: