summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-03-21 21:27:30 +0100
committerFelix Fietkau <nbd@openwrt.org>2014-03-21 21:27:33 +0100
commitd6366570bf706f3970b7f106a1ccd49b584559cf (patch)
treee61c29f574a21d8c65ccbd2a03fe6545625acc33 /uhttpd.h
parent4ead51e17f1e7d7c986daf0cb3f1aeb12d3fe98e (diff)
downloaduhttpd2-d6366570bf706f3970b7f106a1ccd49b584559cf.tar.gz
relay: do forward data if the http request type was HEAD
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index a620030..cace950 100644
--- 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;