OVMS3-idf/components/http_server
Assaf Inbal f4e867a148 Remove Content-Length from chunked encoding
Content-Length header should not be included when using chunked encoding.
Some browsers will close the socket after seeing the 0 sized response instead of
reading the chunks.

Merges https://github.com/espressif/esp-idf/pull/2458
2018-10-08 15:58:41 +05:30
..
include Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30
src Remove Content-Length from chunked encoding 2018-10-08 15:58:41 +05:30
test Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30
Kconfig Http Server : Add a simple light weight HTTP Server Component. 2018-07-20 15:49:17 +05:30