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

server: try avoid the "address already in use" error #8842

Merged
merged 7 commits into from
Mar 15, 2021

Commits on Mar 10, 2021

  1. server: try avoid the "address already in use" error

    Replace defer l.Close() with l.Close() to shutdown the listener
    as fast as possible to avoid the "bind: address already in use"
    error that so often occurs in CI build.
    
    From: phayes/freeport#8
    Reference: #6671
    Alessio Treglia committed Mar 10, 2021
    Configuration menu
    Copy the full SHA
    9b5a7b5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into alessio/FreeTCPAddr-various-fixes

    Alessio Treglia authored Mar 10, 2021
    Configuration menu
    Copy the full SHA
    ef55306 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Merge branch 'master' into alessio/FreeTCPAddr-various-fixes

    Alessio Treglia authored Mar 11, 2021
    Configuration menu
    Copy the full SHA
    0908db6 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2021

  1. Merge branch 'master' into alessio/FreeTCPAddr-various-fixes

    Alessio Treglia authored Mar 13, 2021
    Configuration menu
    Copy the full SHA
    ec354e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Merge branch 'master' into alessio/FreeTCPAddr-various-fixes

    Alessio Treglia authored Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8501359 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Merge branch 'master' into alessio/FreeTCPAddr-various-fixes

    Alessio Treglia authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    b4b5018 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7887dec View commit details
    Browse the repository at this point in the history