mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
37da873da9
In the POST section of `http_native_request` headers are not fetched. thus, just commenting out the GET request example would result in a `status` and `content_length` of `0` being reported (quite confusing). (Plus, it should log `HTTP POST Status` here, instead of `HTTP GET Status`.) Merges https://github.com/espressif/esp-idf/pull/7696