Internal framing: fcgi error
CLI continue error enable msg recv interrupt
This commit is contained in:
parent
520f8a9a42
commit
4138f390d4
7 changed files with 37 additions and 15 deletions
|
|
@ -461,7 +461,7 @@ netconf_notification_cb(int s,
|
|||
|
||||
clixon_debug(CLIXON_DBG_NETCONF, "");
|
||||
yspec = clicon_dbspec_yang(h);
|
||||
if (clixon_msg_rcv11(s, NULL, &cbmsg, &eof) < 0)
|
||||
if (clixon_msg_rcv11(s, NULL, 0, &cbmsg, &eof) < 0)
|
||||
goto done;
|
||||
/* handle close from remote end: this will exit the client */
|
||||
if (eof){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue