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

Fixes #6410 - Use SocketAddress instead of InetSocketAddress. #6414

Commits on Jun 15, 2021

  1. Fixes #6410 - Use SocketAddress instead of InetSocketAddress.

    Removed usages of InetSocketAddress in method signatures where possible.
    Deprecated old methods, and added new methods with SocketAddress.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    2387a00 View commit details
    Browse the repository at this point in the history
  2. Fixes #6410 - Use SocketAddress instead of InetSocketAddress.

    Restored fake socket addresses in ByteArrayEndPoint,
    as too many tests depend on these fake socket addresses.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    f34c541 View commit details
    Browse the repository at this point in the history
  3. Fixes #6410 - Use SocketAddress instead of InetSocketAddress.

    Fixed handling of the LOCAL command: everything past it must be ignored as per specification.
    
    Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
    sbordet committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    6fea335 View commit details
    Browse the repository at this point in the history