OVMS3-idf/components/esp_http_server/src
Anurag Kar 87215ca0c3 HTTP Server : Fix for tolerating LF terminated headers
List of changes:
* When parsing requests, count termination from LF characters only
* Correct memcpy() length parameter in httpd_unrecv() (pointed out by jimparis in GitHub issue thread)
* Use ssize_t to store results of length subtractions during parsing
* Modify some comments to reduce ambiguity

Closes https://github.com/espressif/esp-idf/issues/3182
2019-05-02 05:56:49 +00:00
..
port/esp32 esp_http_server/lru_counter_for_timestamp:Added LRU counter for timer 2019-02-25 09:16:28 +00:00
util HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_httpd_priv.h esp_http_server: Provide apps an option to let http_server ignore sess_ctx changes 2019-03-05 13:06:33 +05:30
httpd_main.c esp_http_server : Only accept new connections if server has capacity to handle more 2019-04-08 11:34:20 +05:30
httpd_parse.c HTTP Server : Fix for tolerating LF terminated headers 2019-05-02 05:56:49 +00:00
httpd_sess.c esp_http_server/lru_counter_for_timestamp:Added LRU counter for timer 2019-02-25 09:16:28 +00:00
httpd_txrx.c HTTP Server : Fix for tolerating LF terminated headers 2019-05-02 05:56:49 +00:00
httpd_uri.c esp_http_server : APIs renamed and context get/set implementations fixed 2019-02-03 21:50:35 +05:30