]> granicus.if.org Git - esp-idf/commit
esp_https_server : change config option secure_enable to transport_mode and some...
authorAnurag Kar <anurag.kar@espressif.com>
Mon, 12 Nov 2018 08:49:20 +0000 (14:19 +0530)
committerbot <bot@espressif.com>
Mon, 19 Nov 2018 04:00:21 +0000 (04:00 +0000)
commit1d3f4074deb2fa5fbfc15e68b779d6bacbd678b0
tree433c12bfa9d640753aebf5d384703c5ed1242ad1
parent9a9d18e466c0221dc048970efeef6c68fa5983a9
esp_https_server : change config option secure_enable to transport_mode and some minor changes

transport_mode accepts enum httpd_ssl_transport_t instead of true/false.
This will allow for extension to dual mode (server running on both secure and insecure ports) in the future.
components/esp_https_server/include/esp_https_server.h
components/esp_https_server/src/https_server.c