mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp_http_server: modify error print for clarifying internal socket usage
Closes https://github.com/espressif/esp-idf/issues/10108 Closes IDFGH-8663
This commit is contained in:
@@ -155,7 +155,7 @@ typedef struct httpd_config {
|
||||
*/
|
||||
uint16_t ctrl_port;
|
||||
|
||||
uint16_t max_open_sockets; /*!< Max number of sockets/clients connected at any time*/
|
||||
uint16_t max_open_sockets; /*!< Max number of sockets/clients connected at any time (3 sockets are reserved for internal working of the HTTP server) */
|
||||
uint16_t max_uri_handlers; /*!< Maximum allowed uri handlers */
|
||||
uint16_t max_resp_headers; /*!< Maximum allowed additional headers in HTTP response */
|
||||
uint16_t backlog_conn; /*!< Number of backlog connections */
|
||||
|
Reference in New Issue
Block a user