Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Curl to respect case-insensitive headers
According to RFC 2616 header names are case-insensitive: "Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive." - see https://tools.ietf.org/html/rfc2616#section-4.2 The "Set-Cookie" comparison in the previous version is case-sensitive and can cause problems with some (rare) HTTP servers.
- Loading branch information