https://bz.apache.org/bugzilla/show_bug.cgi?id=68973
--- Comment #7 from Nelson Benitez <[email protected]> --- Removing content-length is causing regressions in server software, eg. in Nextcloud see https://github.com/nextcloud/server/issues/47017 Excerpt from mentioned Nextcloud issue: PDF files need be read at end of the file (to find trailer dictionary) that means doing a file seek_to_end over the http stream of the pdf file, that was possible (in GNOME gvfs http stream implementation) thanks to the content-length header, so the removal of that is causing users to report that PDF files can no longer be opened from a mounted Nextcloud instance. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
