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

SPTCH-3413: fix odd total timer reset in file_do() #6

Merged
merged 1 commit into from
Jan 11, 2024

Commits on Jan 11, 2024

  1. SPTCH-3413: fix odd total timer reset in file_do()

    The total timer is properly reset in MSTATE_INIT.
    MSTATE_CONNECT starts with resetting the timer that is a start point for
    further multi states.
    If file://, MSTATE_DO calls file_do() that should not reset the total timer.
    Otherwise, the total time is always less than the pre-transfer and the start
    transfer times.
    sergio-nsk committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    30d5186 View commit details
    Browse the repository at this point in the history