Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http client never receive HTTP_EVENT_ERROR event (IDFGH-5557) #7280

Closed
AxelLin opened this issue Jul 17, 2021 · 0 comments
Closed

http client never receive HTTP_EVENT_ERROR event (IDFGH-5557) #7280

AxelLin opened this issue Jul 17, 2021 · 0 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@AxelLin
Copy link
Contributor

AxelLin commented Jul 17, 2021

Environment

  • Module or chip used: ESP32-WROOM-32E
  • IDF version: v4.4-dev-2128-gf45b60b28b26
  • Build System: idf.py
  • Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2021r1) 8.4.0
  • Operating System: Linux
  • Power Supply: USB

Problem Description

The comment says "This event occurs when there are any errors during execution".
But in practice I never receive the HTTP_EVENT_ERROR event in any error case.
Checking the esp_http_client code, HTTP_EVENT_ERROR is not used at all.

Expected Behavior

The behavior should match what the comment says.

@espressif-bot espressif-bot added the Status: Opened Issue is new label Jul 17, 2021
@github-actions github-actions bot changed the title http client never receive HTTP_EVENT_ERROR event http client never receive HTTP_EVENT_ERROR event (IDFGH-5557) Jul 17, 2021
@espressif-bot espressif-bot added Status: In Progress Work is in progress and removed Status: Opened Issue is new labels Jul 23, 2021
@espressif-bot espressif-bot added Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: In Progress Work is in progress labels Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

2 participants