relay: do not process headers after the first error
[project/uhttpd.git] / uhttpd.h
index 59f1565..0137eef 100644 (file)
--- 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;