diff --git a/http2.d b/http2.d index 7f7ddf3..3cb9bb0 100644 --- a/http2.d +++ b/http2.d @@ -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;