From 9d9f07142bbef1c63a79620967a847a9493105e5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 Jun 2016 18:29:59 +0200 Subject: file: add support for disabling cache related precondition checks via handlers Signed-off-by: Felix Fietkau --- uhttpd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'uhttpd.h') 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 { -- cgit v1.2.3