From 086558fd15f884cd29d1e6941a8576190c0b650d Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Wed, 20 Dec 2023 16:03:35 +0100 Subject: separate RPC processing from HTTP processing (#626) * moved all RPC processing from HttpStructuredCacheService into separate CacheRpcHandler class in zenstore * move package marshaling to zenutil. was previously in zenhttp/httpshared but it's useful in other contexts as well where we don't want to depend on zenhttp * introduced UpstreamCacheClient, this provides a subset of functions on UpstreamCache and lives in zenstore --- src/zenhttp/httpserver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenhttp/httpserver.cpp') diff --git a/src/zenhttp/httpserver.cpp b/src/zenhttp/httpserver.cpp index 97d6a01fe..3270855ad 100644 --- a/src/zenhttp/httpserver.cpp +++ b/src/zenhttp/httpserver.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3