Internal framing: fcgi error

CLI continue error
enable msg recv interrupt
This commit is contained in:
Olof hagsand 2024-02-28 14:21:34 +01:00
parent 520f8a9a42
commit 4138f390d4
7 changed files with 37 additions and 15 deletions

View file

@ -1860,7 +1860,7 @@ from_client(int s,
}
if (ce_client_descr(ce, &cbce) < 0)
goto done;
if (clixon_msg_rcv11(s, NULL, &cb, &eof) < 0)
if (clixon_msg_rcv11(s, NULL, 0, &cb, &eof) < 0)
goto done;
if (eof){
backend_client_rm(h, ce);