OVMS3-idf/components/esp_http_server
Piyush Shah 107d927547 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-09 14:58:28 +05:30
..
include esp_http_server : Minor clarification in httpd_req_get_url_query_str() API documentation 2019-06-03 08:36:24 +00:00
src httpd_sess_close: Check for session validity before closing 2019-08-09 14:58:28 +05:30
test esp_http_server : Test added to check limit on max_open_sockets config option 2019-04-08 11:36:08 +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 08:37:41 +00:00