Mercurial > prosody-hg
diff doc/doap.xml @ 11564:60e31c9ece57
mod_http_file_share: Support download resumption via Range requests
Only a starting point is supported due to the way response:send_file()
sends everything it gets from the provided file handle but does not have
any way to specify how much to read.
This matches what Conversations appears to be doing.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 16 May 2021 16:52:59 +0200 |
| parents | 0a9d6eec6a8f |
| children | e48cd6503b6e |
line wrap: on
line diff
--- a/doc/doap.xml Wed May 12 01:11:42 2021 +0200 +++ b/doc/doap.xml Sun May 16 16:52:59 2021 +0200 @@ -52,6 +52,7 @@ <implements rdf:resource="https://www.rfc-editor.org/info/rfc6121"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6122"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc6455"/> + <implements rdf:resource="https://www.rfc-editor.org/info/rfc7233"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7301"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7395"/> <implements rdf:resource="https://www.rfc-editor.org/info/rfc7590"/>
