esp-idf/examples/protocols/esp_http_client/main
hwqchi ebc118b24d
fix: Fixed following issues in esp_http_client examples
1. Fix potential out-of-bounds access when calling `strlen(local_response_buffer)`
   if `content_length` is greater than or equal to the length of `local_response_buffer`
   due to missing the terminator `\0` at the last character position.
2. Fix the residual data issue when the previous request is longer than the subsequent
   request while outputting the `local_response_buffer` for each request in the
   `http_rest_with_url()` function.

Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com>
2023-07-24 12:17:28 +05:30
..
CMakeLists.txt lwip/linux: Add lwip support for networking component under linux 2023-05-05 05:03:39 +00:00
esp_http_client_example.c fix: Fixed following issues in esp_http_client examples 2023-07-24 12:17:28 +05:30
howsmyssl_com_root_cert.pem Update example test for esp_http_client 2021-10-05 16:58:23 +08:00
Kconfig.projbuild CI: fix esp_http_client example failures in CI. Timeout was observed in the logs while performing HTTP requests. Changing the endpoint when testing in CI 2023-06-23 10:32:20 +05:30
postman_root_cert.pem Fix esp_http_client example: Set proper server verification by adding the postman root cert for https_async demo 2021-04-07 05:31:21 +00:00