]> pd.if.org Git - zpackage/commitdiff
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)
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.


No differences found