|
@@ -534,6 +534,8 @@ void cmd_pipe_cb(int fd, short event, void *arg)
|
|
WARN("%s could not be sent to connection group: %.*s\n",
|
|
WARN("%s could not be sent to connection group: %.*s\n",
|
|
type, STR(req_cmd->conn));
|
|
type, STR(req_cmd->conn));
|
|
fail_request(JRPC_ERR_SEND, req, "Failed to send request");
|
|
fail_request(JRPC_ERR_SEND, req, "Failed to send request");
|
|
|
|
+ } else if (req_cmd->notify_only == true) { // free notification requests if they are sent
|
|
|
|
+ free_req_cmd(req_cmd);
|
|
}
|
|
}
|
|
|
|
|
|
end:
|
|
end:
|