storage/curl: fix can't get timestamp of remote file

This commit is contained in:
BurroCargado 2022-09-29 19:47:56 +09:00 committed by Max Kellermann
parent 2694195215
commit df71b07e9d
2 changed files with 3 additions and 0 deletions

2
NEWS
View File

@ -1,4 +1,6 @@
ver 0.23.10 (not yet released) ver 0.23.10 (not yet released)
* storage
- curl: fix file time stamps
* decoder * decoder
- ffmpeg: fix libfmt 9 compiler warning - ffmpeg: fix libfmt 9 compiler warning
* encoder * encoder

View File

@ -284,6 +284,7 @@ public:
"<a:resourcetype/>" "<a:resourcetype/>"
"<a:getcontenttype/>" "<a:getcontenttype/>"
"<a:getcontentlength/>" "<a:getcontentlength/>"
"<a:getlastmodified/>"
"</a:prop>" "</a:prop>"
"</a:propfind>"); "</a:propfind>");
} }