This commit is contained in:
Adam D. Ruppe 2022-07-26 13:05:08 -04:00
parent 257d7277f1
commit 86e83e4015
1 changed files with 1 additions and 1 deletions

View File

@ -2046,7 +2046,7 @@ class HttpRequest {
int footerSize;
while(footerReadingState != 2 && a < data.length) {
import std.stdio; writeln(footerReadingState, " ", footerSize, " ", data);
// import std.stdio; writeln(footerReadingState, " ", footerSize, " ", data);
switch(footerReadingState) {
case 0:
if(data[a] == 13)