summaryrefslogtreecommitdiff
path: root/libubus-req.c
diff options
context:
space:
mode:
Diffstat (limited to 'libubus-req.c')
-rw-r--r--libubus-req.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libubus-req.c b/libubus-req.c
index bf19f36..416adab 100644
--- a/libubus-req.c
+++ b/libubus-req.c
@@ -160,6 +160,10 @@ int ubus_complete_request(struct ubus_context *ctx, struct ubus_request *req,
ubus_poll_data(ctx, (unsigned int) timeout);
uloop_cancelled = cancelled;
+ if (ctx->sock.eof) {
+ ubus_set_req_status(req, UBUS_STATUS_CONNECTION_FAILED);
+ break;
+ }
}
ctx->stack_depth--;
if (ctx->stack_depth)