This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
esp-idf
/
components
/
esp_http_client
History
yuanjm
f2347ff434
esp_http_client: Fix HEAD request will affect the all next HTTP requests unless we close the HTTP request
...
Closes
https://github.com/espressif/esp-idf/issues/7777
2021-10-29 10:20:04 +08:00
..
include
Add options for esp_http_client and esp_websocket_client to support keepalive
2021-01-26 14:09:01 +08:00
lib
Fix memory leak on error path in register_select
2021-07-26 14:43:21 +08:00
test
ci/test: Fix esp_http_client test not to use pointer after free
2021-06-23 20:31:37 +02:00
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 HEAD request will affect the all next HTTP requests unless we close the HTTP request
2021-10-29 10:20:04 +08:00
Kconfig
esp_http_client: Add API for adding authorization info
2019-04-29 11:44:37 +05:30