OVMS3-idf/components/esp_http_server/src
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
..
port/esp32 tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
util HTTP Server : Added esp_ prefix to http_server component files 2018-10-24 17:32:20 +05:30
esp_httpd_priv.h http_server: adds WebSocket support 2020-03-18 20:24:46 +00:00
httpd_main.c esp_http_server : Allow binding to same address and port upon restarting server without delay 2019-05-02 05:29:38 +00:00
httpd_parse.c http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00
httpd_sess.c esp_http_server: Fixed a bug which could cause issues with LRU purge 2020-05-19 22:11:02 +05:30
httpd_txrx.c lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
httpd_uri.c http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00
httpd_ws.c http_server: websocket server to support async send 2020-03-18 20:24:46 +00:00