summaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/uhttpd/src/uhttpd-lua.h')
-rw-r--r--package/uhttpd/src/uhttpd-lua.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/uhttpd/src/uhttpd-lua.h b/package/uhttpd/src/uhttpd-lua.h
index ae573a3ce..780d845d8 100644
--- a/package/uhttpd/src/uhttpd-lua.h
+++ b/package/uhttpd/src/uhttpd-lua.h
@@ -33,7 +33,6 @@
struct uh_lua_state {
- char httpbuf[UH_LIMIT_MSGHEAD];
int content_length;
bool data_sent;
};