mirror of https://github.com/adamdruppe/arsd.git
lol
This commit is contained in:
parent
257d7277f1
commit
86e83e4015
2
http2.d
2
http2.d
|
@ -2046,7 +2046,7 @@ class HttpRequest {
|
|||
int footerSize;
|
||||
|
||||
while(footerReadingState != 2 && a < data.length) {
|
||||
import std.stdio; writeln(footerReadingState, " ", footerSize, " ", data);
|
||||
// import std.stdio; writeln(footerReadingState, " ", footerSize, " ", data);
|
||||
switch(footerReadingState) {
|
||||
case 0:
|
||||
if(data[a] == 13)
|
||||
|
|
Loading…
Reference in New Issue