diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-16 18:29:59 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-06-16 18:29:59 +0200 |
commit | 9d9f07142bbef1c63a79620967a847a9493105e5 (patch) | |
tree | 24eef6d2f4b4d15c2a3f6c580cde9d115e0f4815 /uhttpd.h | |
parent | 242401f544df790b1df7d12b3be5f5b429da091c (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -224,6 +224,7 @@ struct dispatch { void (*req_free)(struct client *cl); bool data_blocked; + bool no_cache; union { struct { |