diff options
author | Max Kellermann <max@duempel.org> | 2014-01-04 17:42:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-04 17:42:03 +0100 |
commit | 68fcc195657fa31b47bc9504286a9b31feda92dc (patch) | |
tree | 223c2ef36aebe471b5600b52ed56ea567d007934 /src/output/HttpdClient.hxx | |
parent | 8e4efd071e8eef033d0a68f6cf60f3910599a1a9 (diff) | |
download | mpd-68fcc195657fa31b47bc9504286a9b31feda92dc.tar.gz mpd-68fcc195657fa31b47bc9504286a9b31feda92dc.tar.xz mpd-68fcc195657fa31b47bc9504286a9b31feda92dc.zip |
output/httpd: move queue size check to HttpdClient::PushPage()
Don't let the server care for client problems.
Diffstat (limited to 'src/output/HttpdClient.hxx')
-rw-r--r-- | src/output/HttpdClient.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/output/HttpdClient.hxx b/src/output/HttpdClient.hxx index 72a5224ca..94fe2ae62 100644 --- a/src/output/HttpdClient.hxx +++ b/src/output/HttpdClient.hxx @@ -143,14 +143,6 @@ public: void LockClose(); /** - * Returns the total size of this client's page queue. - */ - gcc_pure - size_t GetQueueSize() const { - return queue_size; - } - - /** * Clears the page queue. */ void CancelQueue(); |