Minor fix of HeaderEndMatch

This commit is contained in:
eidheim 2019-06-25 08:50:40 +02:00
commit 39fb720aa9

View file

@ -35,6 +35,8 @@ namespace SimpleWeb {
++crlfcrlf; ++crlfcrlf;
else if(crlfcrlf == 2) else if(crlfcrlf == 2)
++crlfcrlf; ++crlfcrlf;
else
crlfcrlf = 0;
lflf = 0; lflf = 0;
} }
else { else {