mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-25 21:00:09 +03:00
irrelevant
This commit is contained in:
parent
1c13f6fa53
commit
16f17911f6
1 changed files with 4 additions and 2 deletions
6
cgi.d
6
cgi.d
|
@ -6929,12 +6929,14 @@ version(cgi_with_websocket) {
|
|||
return true;
|
||||
}
|
||||
|
||||
if(bfr.sourceClosed)
|
||||
if(bfr.sourceClosed) {
|
||||
return false;
|
||||
}
|
||||
|
||||
bfr.popFront(0);
|
||||
if(bfr.sourceClosed)
|
||||
if(bfr.sourceClosed) {
|
||||
return false;
|
||||
}
|
||||
goto top;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue