aboutsummaryrefslogtreecommitdiffstats
path: root/package/uhttpd/src/uhttpd-lua.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-07-11 09:59:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-07-11 09:59:05 +0000
commit482c57ba79f2a11241e6d40ec5402d2533e36edd (patch)
treebd24be15992858ab053c3e661703f1f5d59b50af /package/uhttpd/src/uhttpd-lua.h
parent05cf8f8a39e25b4b5637ff177ad8828681ed58a2 (diff)
downloadmaster-187ad058-482c57ba79f2a11241e6d40ec5402d2533e36edd.tar.gz
master-187ad058-482c57ba79f2a11241e6d40ec5402d2533e36edd.tar.bz2
master-187ad058-482c57ba79f2a11241e6d40ec5402d2533e36edd.zip
[package] uhttpd: retry parsing the CGI header until the buffer space is exhausted
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32662 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 ae573a3cec..780d845d87 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;
};