You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The event HTTP_EVENT_HEADER_SENT is never sent to the http event handler.
The documentation of the event HTTP_EVENT_HEADER_SENT states "After sending all the headers to the server". So it would be better to rename the event to HTTP_EVENT_HEADERS_SENT with "s", or send the event after each header is sent.
Expected Behavior
The event is sent to the event handler.
Actual Behavior
No event is sent.
Workaround
Steps to reproduce
Code to reproduce this issue
The official ESP-IDF example project ./protocols/esp_http_client/
Debug Logs
The text was updated successfully, but these errors were encountered:
projectgus
changed the title
esp_http_client event HTTP_EVENT_HEADER_SENT never received by the http event handler
esp_http_client event HTTP_EVENT_HEADER_SENT never received by the http event handler (IDFGH-655)
Mar 12, 2019
Environment
Problem Description
Expected Behavior
The event is sent to the event handler.
Actual Behavior
No event is sent.
Workaround
Steps to reproduce
Code to reproduce this issue
The official ESP-IDF example project ./protocols/esp_http_client/
Debug Logs
The text was updated successfully, but these errors were encountered: