Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return ECANCELED when an op cancels its HTTP request due to interrupt
In #288, multiple reports suggest that sometimes interrupts from unknown source would cancel the ops running in Gcsfuse. While we currently cannot identify those interrupts, it's possible to return a more meaningful error code, ECANCELED, instead of ambiguous EIO, making debug much easier.
- Loading branch information