Skip to content

Commit

Permalink
esp_https_server: Fix initializers missing in esp_https_server
Browse files Browse the repository at this point in the history
  • Loading branch information
ESP-YJM committed Dec 7, 2022
1 parent c3d3ee8 commit d48b085
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components/esp_https_server/include/esp_https_server.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,12 @@ 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, \
.keep_alive_enable = false, \
.keep_alive_idle = 0, \
.keep_alive_interval = 0, \
.keep_alive_count = 0, \
.open_fn = NULL, \
.close_fn = NULL, \
.uri_match_fn = NULL \
Expand Down

0 comments on commit d48b085

Please sign in to comment.