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
commit0000ce2271077c3d233d8498f7963ad78502a1f2 (patch)
treefc835f87cc9cc43cf5f8a28643c446f3e40bf729 /package/uhttpd/src/uhttpd-lua.h
parentb94d9eb3026ca7ebc47a7e529943cb904a782070 (diff)
downloadupstream-0000ce2271077c3d233d8498f7963ad78502a1f2.tar.gz
upstream-0000ce2271077c3d233d8498f7963ad78502a1f2.tar.bz2
upstream-0000ce2271077c3d233d8498f7963ad78502a1f2.zip
uhttpd: retry parsing the CGI header until the buffer space is exhausted
SVN-Revision: 32662
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;
};