OVMS3-idf/components/esp_http_server/src
Piyush Shah 4ee065df79 httpd_sess_close: Check for session validity before closing
If httpd_sess_trigger_close() gets called twice for the same socket,
the first httpd_sess_close() cb closes the correct socket, but the second
invocation closes the wrong socket which was just accepted and added to
the socket db. Checking for the lru counter will help identify this as the
counter is set only for requests actually served.
2019-09-12 08:41:31 +00:00
..
port/esp32 HTTP Server: Added ability to select core 2019-03-21 11:22:58 +08: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 00:21:03 +05:30
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 esp_http_server : Bugfix in parsing of empty header values 2019-09-10 05:58:49 +00:00
httpd_sess.c httpd_sess_close: Check for session validity before closing 2019-09-12 08:41:31 +00:00
httpd_txrx.c lwip_2.1.2 for idf_4.0 2019-07-07 01:51:45 +00:00
httpd_uri.c http_server : Added feature for invoking user configurable handlers during server errors 2019-02-25 09:13:39 +00:00