uhttpd: retry parsing the CGI header until the buffer space is exhausted
SVN-Revision: 32662
This commit is contained in:
@@ -28,7 +28,11 @@
|
||||
|
||||
|
||||
struct uh_cgi_state {
|
||||
char httpbuf[UH_LIMIT_MSGHEAD];
|
||||
struct {
|
||||
char buf[UH_LIMIT_MSGHEAD];
|
||||
char *ptr;
|
||||
int len;
|
||||
} httpbuf;
|
||||
int content_length;
|
||||
bool header_sent;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user