projects
/
esp-idf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26f666
)
https_server : Missing uri_match_fn paramater added to default config
author
Anurag Kar
<anurag.kar@espressif.com>
Fri, 1 Feb 2019 13:13:22 +0000
(18:43 +0530)
committer
bot
<bot@espressif.com>
Mon, 25 Feb 2019 09:13:39 +0000
(09:13 +0000)
components/esp_https_server/include/esp_https_server.h
patch
|
blob
|
history
diff --git
a/components/esp_https_server/include/esp_https_server.h
b/components/esp_https_server/include/esp_https_server.h
index 19c326ed51f1e7b7b0accca547d77cdd894d23e7..e69a5a294e9ca29001b46d2d5ab7ea8f7bcef61a 100644
(file)
--- 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, \