Uh oh!
There was an error while loading. Please reload this page.
[stable25] Detect aborted connection in OC\Files\View and stop writing data to the output buffer - #40233
Conversation
output buffer Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
4f9a3de to
fe766dcCompareSigned-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
fe766dc to
168b07dComparecome-nc
commented
Sep 4, 2023
/backport to stable26 |
come-nc
commented
Sep 4, 2023
/backport to stable27 |
come-nc
commented
Sep 4, 2023
/backport to master |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
aef1115 to
6b2580dCompareThe backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
The backport to master failed. Please do this backport manually. # Switch to the target branch and update it
git checkout master
git pull origin master
# Create the new backport branch
git checkout -b fix/foo-master
# Cherry pick the change from the commit sha1 of the change against the default branch# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-masterMore info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Summary
When reading a video through a public link, and moving the time picker to different times in the video, each request keeps running after being aborted by the web browser and that overloads the server.
This is not the same as sabre-io/http#207 because in this case the download does not go through dav.
Checklist