rolling 20210707

This commit is contained in:
jomjol
2021-07-07 21:57:59 +02:00
parent e24ba68fec
commit 08b0b254f2
15 changed files with 55 additions and 11 deletions

View File

@@ -403,7 +403,8 @@ httpd_handle_t start_webserver(void)
config.global_transport_ctx = NULL;
config.global_transport_ctx_free_fn = NULL;
config.open_fn = NULL;
config.close_fn = NULL;
config.close_fn = NULL;
config.lru_purge_enable = true; // neu, um schlechte Serverbindung zu verhindern
// config.uri_match_fn = NULL;
config.uri_match_fn = httpd_uri_match_wildcard;