Merge branch 'master' of github.com:adamdruppe/misc-stuff-including-D-programming-language-web-stuff

This commit is contained in:
Adam D. Ruppe 2016-07-11 11:23:40 -04:00
commit 2846def4db
1 changed files with 0 additions and 1 deletions

View File

@ -709,7 +709,6 @@ class HttpRequest {
data = data[a + 1 .. $];
bodyReadingState.chunkedState = 0;
goto start_over;
break;
case 5: // reading footers
//goto done; // FIXME
state = State.complete;