diff --git a/http2.d b/http2.d index 89e2404..dcb2b95 100644 --- a/http2.d +++ b/http2.d @@ -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)