From 5e8f51a9632e63656b7e68e90412374b8508fa30 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Jan 2013 22:58:07 +0100 Subject: output/httpd: use the BufferedSocket class for HttpdClient --- src/output/HttpdOutputPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/output/HttpdOutputPlugin.cxx') diff --git a/src/output/HttpdOutputPlugin.cxx b/src/output/HttpdOutputPlugin.cxx index 6c67030cb..cb515e657 100644 --- a/src/output/HttpdOutputPlugin.cxx +++ b/src/output/HttpdOutputPlugin.cxx @@ -189,7 +189,7 @@ httpd_output_finish(struct audio_output *ao) inline void HttpdOutput::AddClient(int fd) { - clients.emplace_front(this, fd, + clients.emplace_front(this, fd, GetEventLoop(), encoder->plugin->tag == NULL); ++clients_cnt; -- cgit v1.2.3