Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase WebDAV timeouts and declare body one-shot
As most output streams come from the system, we can't re-send them. So when okhttp wants to retry it tries to write to closed streams which will fail. We declare our outputstream writing as one-shot for this reason.
- Loading branch information