OVMS3-idf/components/esp_http_server
Piyush Shah 8890fa98c8 esp_http_server: Fixed a bug which could cause issues with LRU purge
LRU counter should be started from 1, and not 0, so that all checks
work fine.

Closes https://github.com/espressif/esp-idf/issues/4753
2020-05-27 17:14:12 +00:00
..
include HTTP Server : Close new session immediately if open_fn fails 2019-06-28 10:11:26 +00:00
src esp_http_server: Fixed a bug which could cause issues with LRU purge 2020-05-27 17:14:12 +00:00
test esp_http_server : Test added to check limit on max_open_sockets config option 2019-04-08 11:22:12 +05:30
CMakeLists.txt HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
component.mk HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
Kconfig esp_http_server : Logging of purged data to monitor made configurable 2019-06-03 05:51:14 +00:00