summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-23 12:50:08 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-05-23 12:50:08 +0200
commit7aea691dfe1fb730ba40841e8c98e0541e1f2801 (patch)
tree837a6ea2d0fd744e173a8e6ada73df40980b74bf /uhttpd.h
parentd58f77ad52caa52e91cf698e60a5a43c5d870e84 (diff)
relay: do not process headers after the first error
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'uhttpd.h')
-rw-r--r--uhttpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/uhttpd.h b/uhttpd.h
index 59f1565..0137eef 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -150,6 +150,7 @@ struct relay {
struct client *cl;
bool process_done;
+ bool error;
int ret;
int header_ofs;