Search found 1 match

by bboulet
Mon Jul 22, 2024 9:13 am
Forum: ESP-IDF
Topic: HTTP connection issue during file download
Replies: 1
Views: 1290

HTTP connection issue during file download

Hello,

I've an issue regarding my http connection which disconnect itself during a file download.
Here is my problem :
I create a HTTP connection using : esp_http_client_init

here is my http setting :

esp_http_client_config_t HttpConfig = { .host = NETCOM_WEB_SERVER_URL,
.transport_type = HTTP ...

Go to advanced search