unreachable break

This commit is contained in:
John Colvin 2016-07-11 16:12:34 +01:00 committed by GitHub
parent c4f1afe1ec
commit 30e5458cc6
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;