From e17da71a704759316912d4f2b7eb46d95a828798 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 25 Oct 2013 00:32:48 +0200 Subject: output/httpd: support HEAD requests --- src/output/HttpdClient.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/output/HttpdClient.hxx') diff --git a/src/output/HttpdClient.hxx b/src/output/HttpdClient.hxx index 90295fdf7..66a819232 100644 --- a/src/output/HttpdClient.hxx +++ b/src/output/HttpdClient.hxx @@ -66,6 +66,11 @@ class HttpdClient final : public BufferedSocket { */ size_t current_position; + /** + * Is this a HEAD request? + */ + bool head_method; + /** * If DLNA streaming was an option. */ -- cgit v1.2.3