Host shouldn't fail things because the client isn't connected #9
Loading…
Add table
Add a link
Reference in a new issue
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?
Or at least not without a timeout ...
At the moment if a request is processed when the client is disconnected then a failure is triggered immediately. This can cause things to break if the connection is briefly lost at the wrong point, even if it later recovers.