withTimeout - sometimes times out on success/error response #8

Open
opened 3 years ago by garrettmills · 0 comments
Owner

There is an issue with the withTimeout handler used in the http server, where it will sometimes fire a timeout error even if a success/error response has already been sent.

This, in turn, causes an error because it tries to re-send already sent headers. Because it's framework code, this is handled by the RLEH which can cause the app to crash.

There is an issue with the withTimeout handler used in the http server, where it will sometimes fire a timeout error even if a success/error response has already been sent. This, in turn, causes an error because it tries to re-send already sent headers. Because it's framework code, this is handled by the RLEH which can cause the app to crash.
garrettmills added the needed-for-noded label 3 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: extollo/lib#8
Loading…
There is no content yet.