OVMS3-idf/components/esp_http_server
Piyush Shah 1aa2f36dec 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-08-28 09:03:55 +00:00
..
include HTTP Server : Close new session immediately if open_fn fails 2019-06-28 10:11:26 +00:00
src httpd_sess_close: Check for session validity before closing 2019-08-28 09:03:55 +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