relay: do forward data if the http request type was HEAD
[project/uhttpd.git] / uhttpd.h
index a620030..cace950 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -152,6 +152,8 @@ struct relay {
 
        bool process_done;
        bool error;
+       bool skip_data;
+
        int ret;
        int header_ofs;