withTimeout - sometimes times out on success/error response #8
Reference in New Issue
Block a user
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.