docs: Added breaking change for esp_https_server to migration guide

This commit is contained in:
Harshit Malpani
2022-05-11 11:37:42 +05:30
parent 2c56c6cad8
commit 9f99d2350a
2 changed files with 5 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ Names of variables holding different certs in :cpp:type:`httpd_ssl_config_t` str
* :cpp:member:`httpd_ssl_config::cacert_pem` variable inherits role of `client_verify_cert_pem` variable
* :cpp:member:`httpd_ssl_config::cacert_len` variable inherits role of `client_verify_cert_len` variable
The return type of the :cpp:func:`httpd_ssl_stop` API has been changed to :cpp:type:`esp_err_t` from ``void``.
ESP HTTPS OTA
--------------