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 | 482c57ba79f2a11241e6d40ec5402d2533e36edd (patch) | |
tree | bd24be15992858ab053c3e661703f1f5d59b50af /package/uhttpd/src/uhttpd-lua.h | |
parent | 05cf8f8a39e25b4b5637ff177ad8828681ed58a2 (diff) | |
download | master-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.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; }; |