]> pd.if.org Git - zpackage/commit
check for headers case insensitively
authorNathan Wagner <nw@hydaspes.if.org>
Fri, 24 Apr 2020 09:27:29 +0000 (09:27 +0000)
committerNathan Wagner <nw@hydaspes.if.org>
Fri, 24 Apr 2020 09:27:29 +0000 (09:27 +0000)
commit4fb453f27963ef4a30d0b25a25fc7f419e30dde4
treee2f3c8175b13b551fb5f3ea3a7428f9ea777f752
parent401fefb80f11dedef6d5de41f0258d63ce6737d8
check for headers case insensitively

The fetchurl program was looking for http headers with
memcmp.  That lead to a case sensitive search, the
call to memcmp was replaced with strncasecmp.
src/fetchurl.c