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

Extend timeout for incremental single stream file transfers #396

Open
korydraughn opened this issue Dec 18, 2024 · 0 comments
Open

Extend timeout for incremental single stream file transfers #396

korydraughn opened this issue Dec 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@korydraughn
Copy link
Contributor

Bug Report

The server will interrupt transfers of large files if the timeout is exceeded. This is especially true when only one stream is involved.

Incremental transfers should extend the timeout by /http_server/requests/timeout_in_seconds on each interaction between the client and server.

This change simplifies use of the API. Without it, users are forced to send full HTTP requests to transfer each chunk of data.

@korydraughn korydraughn added the bug Something isn't working label Dec 18, 2024
@korydraughn korydraughn added this to the 0.6.0 milestone Dec 18, 2024
@korydraughn korydraughn self-assigned this Dec 18, 2024
@korydraughn korydraughn changed the title Extend timeout for incremental single stream transfers Extend timeout for incremental single stream file transfers Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant