From: Nathan Wagner Date: Fri, 24 Apr 2020 09:27:29 +0000 (+0000) Subject: check for headers case insensitively X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;h=4fb453f27963ef4a30d0b25a25fc7f419e30dde4;hp=4fb453f27963ef4a30d0b25a25fc7f419e30dde4;p=zpackage 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. ---