diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-11 09:59:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-07-11 09:59:05 +0000 |
commit | 0000ce2271077c3d233d8498f7963ad78502a1f2 (patch) | |
tree | fc835f87cc9cc43cf5f8a28643c446f3e40bf729 /package/uhttpd/src/uhttpd-lua.h | |
parent | b94d9eb3026ca7ebc47a7e529943cb904a782070 (diff) | |
download | upstream-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.h | 1 |
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; }; |