lwIP - A Lightweight TCP/IP stack - Bugs: bug #60787, http_client does not reset timeout...
You are not allowed to post comments on this tracker with your current authentication level.
bug #60787: http_client does not reset timeout counter
Submitter: | Bas Prins <basprins1979> | ||
Submitted: | Thu 17 Jun 2021 09:17:15 AM UTC | ||
Category: | None | Severity: | 3 - Normal |
Item Group: | Change Request | Status: | Fixed |
Privacy: | Public | Assigned to: | goldsimon |
Open/Closed: | Closed | Planned Release: | 2.2.0 |
lwIP version: | 2.1.1 |
Fri 12 Nov 2021 10:12:00 PM UTC, comment #2: |
Simon Goldschmidt <goldsimon>![]() ![]() |
Tue 12 Oct 2021 03:16:43 AM UTC, comment #1: I encountered this as well, when downloading a large file with the client, but my solution was to set req->timeout_ticks before "if (req->parse_state != HTTPC_PARSE_RX_DATA)". We should still update the timeout regardless of whether we're parsing headers or receiving the body. |
Tom Collins <tomlogic> |
Thu 17 Jun 2021 09:17:15 AM UTC, original submission:
In this email thread we found that the http_client lacks resetting the timeout counter.
|
Bas Prins <basprins1979> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2021-11-12 | goldsimon | Status | None | ![]() |
Fixed |
Assigned to | None | ![]() |
goldsimon | ||
Open/Closed | Open | ![]() |
Closed | ||
Planned Release | None | ![]() |
2.2.0 | ||
2021-06-17 | basprins1979 | Carbon-Copy | - | ![]() |
Added -email is unavailable- |
Fied, thanks for reporting!