mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
https_server : Missing uri_match_fn paramater added to default config
This commit is contained in:
parent
b26f6662f1
commit
1af5d0d87c
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user