uhttpd: retry parsing the CGI header until the buffer space is exhausted
[lede-git/.git] / package / uhttpd / src / uhttpd-lua.h
index ae573a3cec481eb3718214ca2182d8dae9f929d8..780d845d87b039fe2966856d33357f20224e4db8 100644 (file)
@@ -33,7 +33,6 @@
 
 
 struct uh_lua_state {
-       char httpbuf[UH_LIMIT_MSGHEAD];
        int content_length;
        bool data_sent;
 };