From 8b98647d1ad80dee3ddb49dfc51cd7bd07fe9297 Mon Sep 17 00:00:00 2001 From: dormando Date: Tue, 13 Dec 2022 12:48:14 -0800 Subject: proxy: make io_uring backend work again updates the io_uring code to match the updates on the libevent side. needs more work before merge: - auditing error conditions - try harder for some code deduplication --- memcached.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'memcached.c') diff --git a/memcached.c b/memcached.c index e949b09..1eabd0a 100644 --- a/memcached.c +++ b/memcached.c @@ -5639,9 +5639,7 @@ int main (int argc, char **argv) { protocol_specified = true; break; case PROXY_URING: - fprintf(stderr, "Proxy io-uring mode is not presently supported\n"); - return 1; - //settings.proxy_uring = true; + settings.proxy_uring = true; break; #endif #ifdef MEMCACHED_DEBUG -- cgit v1.2.1