OVMS3-idf/components/esp_http_client
Axel Lin 6fdc8d7f92 esp_http_client: fix memory leak in esp_http_client_set_username/password
Fix memory in case username/password was set before calling
esp_http_client_set_username/password.

Closes https://github.com/espressif/esp-idf/issues/4444
Fixes: 9fd16c6a5f ("fixes : set_url discards username and password")
Signed-off-by: Axel Lin <axel.lin@gmail.com>
2019-12-09 13:33:44 +05:30
..
include fix: esp_http_client and esp_https_ota can follow 307 Redirects 2019-12-09 13:33:44 +05:30
lib examples: modify other examples and tests to use esp_netif instead of tcpip_adapter 2019-11-13 12:36:25 +01:00
test fixes : set_url discards username and password 2019-10-04 10:42:43 +05:30
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk Add esp_http_client 2018-05-21 09:35:07 +07:00
esp_http_client.c esp_http_client: fix memory leak in esp_http_client_set_username/password 2019-12-09 13:33:44 +05:30
Kconfig esp_http_client: Add API for adding authorization info 2019-04-29 11:44:37 +05:30