storage/curl: fix can't get timestamp of remote file
This commit is contained in:
parent
2694195215
commit
df71b07e9d
2
NEWS
2
NEWS
|
@ -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
|
||||||
|
|
|
@ -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>");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue