summaryrefslogtreecommitdiff
path: root/uhttpd.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-06-16 18:29:59 +0200
committerFelix Fietkau <nbd@nbd.name>2016-06-16 18:29:59 +0200
commit9d9f07142bbef1c63a79620967a847a9493105e5 (patch)
tree24eef6d2f4b4d15c2a3f6c580cde9d115e0f4815 /uhttpd.h
parent242401f544df790b1df7d12b3be5f5b429da091c (diff)
file: add support for disabling cache related precondition checks via handlers
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 b022ecf..fe05f0d 100644
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -224,6 +224,7 @@ struct dispatch {
void (*req_free)(struct client *cl);
bool data_blocked;
+ bool no_cache;
union {
struct {