e88a529010
The patch provided in issue 135, which adds support for HTTP Chunked Encoding, covers all paths in the webserver app except CGI callbacks. As a result, if a page being served happens to use CGI, it could generate stream content that does not comply with HTTP Chunked Encoding. The patch attached amends the webserver app's CGI callbacks to use the HTTP Chunked Encoding sender function instead of using send() directly. |
||
---|---|---|
.. | ||
httpd-fs | ||
.gitignore | ||
cgi.c | ||
cgi.h | ||
Kconfig | ||
Make.defs | ||
Makefile | ||
webserver_main.c |