OVMS3-idf/components/esp_http_server
Piyush Shah c2ab112590 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-19 22:11:02 +05:30
..
include http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00
src esp_http_server: Fixed a bug which could cause issues with LRU purge 2020-05-19 22:11:02 +05:30
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
CMakeLists.txt http_server: adds WebSocket support 2020-03-18 20:24:46 +00:00
component.mk HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
Kconfig http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00