diff options
Diffstat (limited to 'src/output/HttpdClient.hxx')
-rw-r--r-- | src/output/HttpdClient.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ -67,6 +67,11 @@ class HttpdClient final : public BufferedSocket { size_t current_position; /** + * Is this a HEAD request? + */ + bool head_method; + + /** * If DLNA streaming was an option. */ bool dlna_streaming_requested; |