Merge pull request #88 from John-Colvin/patch-1

unreachable break
This commit is contained in:
Adam D. Ruppe 2016-07-11 11:20:35 -04:00 committed by GitHub
commit c94b175105
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;