withTimeout - sometimes times out on success/error response #8
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: extollo/lib#8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.