X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=uhttpd.h;h=fe05f0d9284782dbdf1ec600a41f2042c3fa605e;hp=f9ea76196ec1706553fab7a1adc9741ca45cb2ff;hb=1628fa4b34aa143187353f81e8001b9a15286bda;hpb=25023c796a9a55cd7ec7ff364cd1229fab958679 diff --git a/uhttpd.h b/uhttpd.h index f9ea761..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 { @@ -258,6 +259,7 @@ struct client { struct uh_addr srv_addr, peer_addr; struct blob_buf hdr; + struct blob_buf hdr_response; struct dispatch dispatch; };