esp_https_server: Fix initializers missing in esp_https_server

This commit is contained in:
yuanjianmin 2022-12-05 17:19:58 +08:00
parent 17db9540d6
commit 12252773b9

View File

@ -119,6 +119,8 @@ typedef struct httpd_ssl_config httpd_ssl_config_t;
.global_user_ctx_free_fn = NULL, \
.global_transport_ctx = NULL, \
.global_transport_ctx_free_fn = NULL, \
.enable_so_linger = false, \
.linger_timeout = 0, \
.open_fn = NULL, \
.close_fn = NULL, \
.uri_match_fn = NULL \