From 976ef2f4ea785bfe43a765a3c8604afc61342bb1 Mon Sep 17 00:00:00 2001 From: mattpetersepic <58296718+mattpetersepic@users.noreply.github.com> Date: Tue, 8 Feb 2022 20:44:35 -0700 Subject: =?UTF-8?q?Remove=20the=20backwards=20compatibility=20for=20the=20?= =?UTF-8?q?Zen=20CachePolicy=20changes=20no=E2=80=A6=20(#49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the backwards compatibility for the Zen CachePolicy changes now that there has been enough time for all internal users of the old protocol to update. --- zenserver/upstream/upstreamcache.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'zenserver/upstream/upstreamcache.cpp') diff --git a/zenserver/upstream/upstreamcache.cpp b/zenserver/upstream/upstreamcache.cpp index 5990536a9..d02a00fcd 100644 --- a/zenserver/upstream/upstreamcache.cpp +++ b/zenserver/upstream/upstreamcache.cpp @@ -776,9 +776,6 @@ namespace detail { BatchRequest << "Method"sv << "GetCacheChunks"; -#if BACKWARDS_COMPATABILITY_JAN2022 - BatchRequest.AddInteger("MethodVersion"sv, 1); -#endif BatchRequest.BeginObject("Params"sv); { CachePolicy DefaultPolicy = CacheChunkRequests[0]->Policy; -- cgit v1.2.3