1
0
mirror of https://github.com/rclone/rclone.git synced 2025-02-20 07:48:33 +02:00
Nick Craig-Wood a55d882b7b webdav: Fix free/used display for rclone about/df for certain backends - fixes #4348
Before this change if the server sent us xml like this

```
<D:propstat>
<D:prop>
<g0:quota-available-bytes/>
<g0:quota-used-bytes/>
</D:prop>
<D:status>HTTP/1.1 404 Not Found</D:status>
</D:propstat>
```

Rclone would read the empty XML items as containing 0

After this fix we make sure that we have a value before using it.
2020-06-20 15:15:15 +01:00
..
2020-05-12 15:56:50 +00:00
2020-06-05 14:51:05 +01:00
2020-06-18 23:39:59 +02:00
2020-06-16 09:13:50 +01:00
2020-01-18 10:41:08 +00:00
2020-06-12 22:46:33 +01:00
2020-05-20 15:54:51 +01:00