oh dear missed a case sensitive

This commit is contained in:
Adam D. Ruppe 2022-09-06 10:07:11 -04:00
parent 60d52b736c
commit 419b2096fb
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ struct HttpResponse {
linksLazilyParsed = true;
LinkHeader[] ret;
auto hdrPtr = "Link" in headersHash;
auto hdrPtr = "link" in headersHash;
if(hdrPtr is null)
return ret;