seedvault-app / seedvault

A backup application for the Android Open Source Project.
1.19k stars 73 forks source link

Increase WebDAV timeouts and declare body one-shot #677

Closed grote closed 2 weeks ago

grote commented 3 weeks ago

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.