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

@ -1408,7 +1408,7 @@ cli_notification_cb(int s,
enum format_enum format = (enum format_enum)(uintptr_t)arg;
cbuf *cb = NULL;
if (clixon_msg_rcv11(s, NULL, &cb, &eof) < 0)
if (clixon_msg_rcv11(s, NULL, 0, &cb, &eof) < 0)
goto done;
if (eof){
clixon_err(OE_PROTO, ESHUTDOWN, "Socket unexpected close");