block/curl: HTTP header field names are case insensitive
commit69032253c33ae1774233c63cedf36d32242a85fc
authorDavid Edmondson <david.edmondson@oracle.com>
Mon, 24 Feb 2020 10:13:10 +0000 (24 10:13 +0000)
committerMax Reitz <mreitz@redhat.com>
Wed, 11 Mar 2020 11:42:29 +0000 (11 12:42 +0100)
treefe0b1ce9ca160ac44cd4be9604aa5d35881ae5c9
parent7788a319399f17476ff1dd43164c869e320820a2
block/curl: HTTP header field names are case insensitive

RFC 7230 section 3.2 indicates that HTTP header field names are case
insensitive.

Signed-off-by: David Edmondson <david.edmondson@oracle.com>
Message-Id: <20200224101310.101169-3-david.edmondson@oracle.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/curl.c