From 39fb720aa91c8acac289eff28233c00fdb154518 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 25 Jun 2019 08:50:40 +0200 Subject: [PATCH] Minor fix of HeaderEndMatch --- client_http.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client_http.hpp b/client_http.hpp index 945b7a2..1bf61c4 100644 --- a/client_http.hpp +++ b/client_http.hpp @@ -35,6 +35,8 @@ namespace SimpleWeb { ++crlfcrlf; else if(crlfcrlf == 2) ++crlfcrlf; + else + crlfcrlf = 0; lflf = 0; } else {