mirror of https://github.com/adamdruppe/arsd.git
Merge branch 'master' of github.com:adamdruppe/misc-stuff-including-D-programming-language-web-stuff
This commit is contained in:
commit
2846def4db
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