mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-14 14:06:54 +00:00
esp_http_server: Add lru_socket flag in sock_db to indicate httpd_sess_close is called from httpd_sess_close_lru
This commit is contained in:
@@ -67,8 +67,6 @@ static esp_err_t httpd_accept_conn(struct httpd_data *hd, int listen_fd)
|
||||
close(new_fd);
|
||||
return ESP_FAIL;
|
||||
}
|
||||
httpd_sess_update_lru_counter(hd->hd_sd->handle, new_fd);
|
||||
|
||||
ESP_LOGD(TAG, LOG_FMT("complete"));
|
||||
return ESP_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user