From b6fe438017cc4588638d849bb5975bfe462f6609 Mon Sep 17 00:00:00 2001 From: bol-van Date: Thu, 19 Sep 2024 18:16:32 +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 4ee922e..0db1626 100644 --- a/nfq/protocol.c +++ b/nfq/protocol.c @@ -40,7 +40,7 @@ static uint8_t *FindHostIn(uint8_t *buf, size_t bs) size_t pos; if (bs<6) return NULL; bs-=6; - for(pos=0;pos