From c29197a8386becd8351e77bc3c3391245f678cac Mon Sep 17 00:00:00 2001 From: Dmitry Simonenko Date: Mon, 19 Feb 2018 15:43:22 +0300 Subject: [PATCH] odissey: update machinarium --- sources/pooler.c | 2 +- sources/router.c | 2 +- third_party/machinarium | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/pooler.c b/sources/pooler.c index 654683a3..9f2ceec5 100644 --- a/sources/pooler.c +++ b/sources/pooler.c @@ -100,7 +100,7 @@ od_pooler_server(void *arg) { machine_io_t *client_io; rc = machine_accept(server_io, &client_io, - server->scheme->backlog, UINT32_MAX); + server->scheme->backlog, 1, UINT32_MAX); if (rc == -1) { od_error(&instance->logger, "server", NULL, NULL, "accept failed: %s", diff --git a/sources/router.c b/sources/router.c index f0d5b0fd..0d529b9c 100644 --- a/sources/router.c +++ b/sources/router.c @@ -444,7 +444,7 @@ od_router(void *arg) case OD_MROUTER_CANCEL: { /* match server by client key and initiate - * cancel request connection */ + cancel request connection */ od_msgrouter_t *msg_cancel; msg_cancel = machine_msg_get_data(msg); int rc; diff --git a/third_party/machinarium b/third_party/machinarium index dfb7963b..a7f3c6eb 160000 --- a/third_party/machinarium +++ b/third_party/machinarium @@ -1 +1 @@ -Subproject commit dfb7963b4da4a0908c18dda0c83e717dbb097ecd +Subproject commit a7f3c6ebe6682f9cdf2d838805cb7900d6e743fc