diff options
| author | mattpetersepic <[email protected]> | 2022-02-08 20:44:35 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-02-08 20:44:35 -0700 |
| commit | 976ef2f4ea785bfe43a765a3c8604afc61342bb1 (patch) | |
| tree | 9c72d1b1566e757a30a4092979abd1dbd05a0901 /zenserver/upstream/upstreamcache.cpp | |
| parent | Use a clean and detatched head instead of pulling a branch along (diff) | |
| download | zen-976ef2f4ea785bfe43a765a3c8604afc61342bb1.tar.xz zen-976ef2f4ea785bfe43a765a3c8604afc61342bb1.zip | |
Remove the backwards compatibility for the Zen CachePolicy changes no… (#49)
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.
Diffstat (limited to 'zenserver/upstream/upstreamcache.cpp')
| -rw-r--r-- | zenserver/upstream/upstreamcache.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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; |