mirror of https://github.com/adamdruppe/arsd.git
unreachable break
This commit is contained in:
parent
c4f1afe1ec
commit
30e5458cc6
1
http2.d
1
http2.d
|
@ -709,7 +709,6 @@ class HttpRequest {
|
||||||
data = data[a + 1 .. $];
|
data = data[a + 1 .. $];
|
||||||
bodyReadingState.chunkedState = 0;
|
bodyReadingState.chunkedState = 0;
|
||||||
goto start_over;
|
goto start_over;
|
||||||
break;
|
|
||||||
case 5: // reading footers
|
case 5: // reading footers
|
||||||
//goto done; // FIXME
|
//goto done; // FIXME
|
||||||
state = State.complete;
|
state = State.complete;
|
||||||
|
|
Loading…
Reference in New Issue