Просмотр исходного кода

https_server : Missing uri_match_fn paramater added to default config

Anurag Kar 7 лет назад
Родитель
Сommit
1af5d0d87c
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      components/esp_https_server/include/esp_https_server.h

+ 1 - 0
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,                              \