Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

don't close socket when pausing #4821

Open
wants to merge 1 commit into
base: 4.x
Choose a base branch
from
Open

Conversation

mifi
Copy link
Contributor

@mifi mifi commented Dec 12, 2023

because it prevented us from canceling an upload that is paused. Note that we here sacrifice the ability to pause uploads and have other uploads take over the paused upload's rate limit queue spot. this is sacrificed because we will soon remove the ability to pause/resume uploads anyways

(cherry picked from commit e4dbe77)

this was cherrypicked from #4816 (comment)

because it prevented us from canceling an upload that is paused
note that we here sacrifice the ability to pause uploads and have other uploads take over the paused upload's rate limit queue spot.
this is sacrificed because we will soon remove the ability to pause/resume uploads anyways

(cherry picked from commit e4dbe77)
@arturi
Copy link
Contributor

arturi commented Jan 15, 2024

Should this target 4.0 and could be merged there already? Looks good to me.

@mifi
Copy link
Contributor Author

mifi commented Jan 15, 2024

yes I think we can merge this (it's kind of a breaking change)

@aduh95 aduh95 changed the base branch from main to 4.x April 16, 2024 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants