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

AP_Logger: send data requested before handling new xfr req on same file #26412

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

if we are still streaming out data from a previous request then drop any attempt to change what we send.

This will prevent over-eager clients from requesting data that we have already sent but hasn't gotten to the client yet

Copy link
Contributor

@tridge tridge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to check that a user who starts downloading on a slow link, then plugs in USB to download quickly it needs to work with the new transfer without a reboot

@tridge tridge removed the DevCallEU label Mar 6, 2024
if we are still streaming out data from a previous request then drop any attempt to change what we send.

This will prevent over-eager clients from requesting data that we have already sent but hasn't gotten to the client yet
@peterbarker peterbarker force-pushed the pr/no-change-log-download-data branch from b002b6a to 2cebd28 Compare March 6, 2024 23:34
@peterbarker
Copy link
Contributor Author

Initial testing has not gone well on this concept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants