From 0000ce2271077c3d233d8498f7963ad78502a1f2 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 11 Jul 2012 09:59:05 +0000 Subject: uhttpd: retry parsing the CGI header until the buffer space is exhausted SVN-Revision: 32662 --- package/uhttpd/src/uhttpd-lua.h | 1 - 1 file changed, 1 deletion(-) (limited to 'package/uhttpd/src/uhttpd-lua.h') diff --git a/package/uhttpd/src/uhttpd-lua.h b/package/uhttpd/src/uhttpd-lua.h index ae573a3..780d845 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; }; -- cgit v1.1