summaryrefslogtreecommitdiff
path: root/src/client/Response.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-01-21 16:27:52 +0100
committerMax Kellermann <max@musicpd.org>2021-01-21 17:17:10 +0100
commit995aafe9cc511430bff7a7a690df70998f4bb025 (patch)
treeb2f570aba54bb10f1b238922e1212766d1cc1a25 /src/client/Response.hxx
parent6e33566ceeb7e6c4454e44efd203b2e2fcd10feb (diff)
protocol: add command "binarylimit"
Increasing the protocol version to 0.22.4 to allow clients to detect this feature. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1038
Diffstat (limited to 'src/client/Response.hxx')
-rw-r--r--src/client/Response.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Response.hxx b/src/client/Response.hxx
index 00c1566fc..4c7e40e8a 100644
--- a/src/client/Response.hxx
+++ b/src/client/Response.hxx
@@ -79,8 +79,6 @@ public:
gcc_printf(2,3)
bool Format(const char *fmt, ...) noexcept;
- static constexpr size_t MAX_BINARY_SIZE = 8192;
-
/**
* Write a binary chunk; this writes the "binary" line, the
* given chunk and the trailing newline.