From ebc2324edf35868dd3a0bb2a239f72f332664360 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 19 Sep 2024 18:17:33 +0300 Subject: [PATCH] nfqws: search Host: case insensitive --- nfq/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq/protocol.c b/nfq/protocol.c index 0db1626..78d3b2a 100644 --- a/nfq/protocol.c +++ b/nfq/protocol.c @@ -51,7 +51,7 @@ static const uint8_t *FindHostInConst(const uint8_t *buf, size_t bs) size_t pos; if (bs<6) return NULL; bs-=6; - for(pos=0;pos