mirror of https://github.com/adamdruppe/arsd.git
irrelevant
This commit is contained in:
parent
1c13f6fa53
commit
16f17911f6
6
cgi.d
6
cgi.d
|
@ -6929,12 +6929,14 @@ version(cgi_with_websocket) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(bfr.sourceClosed)
|
if(bfr.sourceClosed) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bfr.popFront(0);
|
bfr.popFront(0);
|
||||||
if(bfr.sourceClosed)
|
if(bfr.sourceClosed) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
goto top;
|
goto top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue