https_server : Missing uri_match_fn paramater added to default config
authorAnurag Kar <anurag.kar@espressif.com>
Fri, 1 Feb 2019 13:13:22 +0000 (18:43 +0530)
committerbot <bot@espressif.com>
Mon, 25 Feb 2019 09:13:39 +0000 (09:13 +0000)
components/esp_https_server/include/esp_https_server.h

index 19c326ed51f1e7b7b0accca547d77cdd894d23e7..e69a5a294e9ca29001b46d2d5ab7ea8f7bcef61a 100644 (file)
@@ -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,                              \