Search found 1 match

by austinp
Thu May 05, 2022 4:17 am
Forum: ESP-IDF
Topic: Help with HTTP_EVENT_DISCONNECTED
Replies: 2
Views: 2502

Help with HTTP_EVENT_DISCONNECTED

I'm running into an issue where I'm unable to read the response body of an http response.

When I make the request I'm able to get the response code (200 in this case), but the output_buffer gets freed since the event was HTTP_EVENT_DISCONNECTED.

Does anyone have an ideas on how I could ...

Go to advanced search