You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
korydraughn
changed the title
Extend timeout for incremental single stream transfers
Extend timeout for incremental single stream file transfers
Dec 18, 2024
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.
The text was updated successfully, but these errors were encountered: