From 1af5d0d87cc2cf2f259ebd949da706f0d454d6bb Mon Sep 17 00:00:00 2001 From: Anurag Kar Date: Fri, 1 Feb 2019 18:43:22 +0530 Subject: [PATCH] https_server : Missing uri_match_fn paramater added to default config --- components/esp_https_server/include/esp_https_server.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_https_server/include/esp_https_server.h b/components/esp_https_server/include/esp_https_server.h index 19c326ed51..e69a5a294e 100644 --- a/components/esp_https_server/include/esp_https_server.h +++ b/components/esp_https_server/include/esp_https_server.h @@ -95,6 +95,7 @@ typedef struct httpd_ssl_config httpd_ssl_config_t; .global_transport_ctx_free_fn = NULL, \ .open_fn = NULL, \ .close_fn = NULL, \ + .uri_match_fn = NULL \ }, \ .cacert_pem = NULL, \ .cacert_len = 0, \