Skip to content

Server fails to deliver big files on poor connections #2

Open
@a-donda

Description

@a-donda

When the connection is not very stable, waiting for client ACK can trigger an error and the conn.err field is initialized here. Then ACK is eventually received after few retries and file sending continues. The conn.err field is never cleared, and later on, when the current conn.txBuf content is sent the error is returned to the upper level.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions