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

Do not timeout when WriteControl deadline is zero #898

Merged
merged 1 commit into from Mar 6, 2024
Merged

Do not timeout when WriteControl deadline is zero #898

merged 1 commit into from Mar 6, 2024

Commits on Feb 15, 2024

  1. Do not timeout when WriteControl deadline is zero

    A zero value for the Conn.WriteControl deadline specifies no timeout,
    but the feature was implemented as a very long timeout (1000 hours).
    This PR updates the code to use no timeout when the deadline is zero.
    
    See the discussion in #895 for more details.
    Martin Greenwald committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    bba80f7 View commit details
    Browse the repository at this point in the history