mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
In commit a0bcffcc, some ESP_RETURN and ESP_GOTO debug macros were introduced. But this caused a regression with CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT case. Its better to move this macros to HTTP client component itself, as the debug log is still desired for the specific use-case.