Uploaded image for project: 'MINA'
  1. MINA
  2. DIRMINA-560

SocketSessionConfigImpl IPv4 localhost TEST_ADDRESS causes server to hang

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.9, 1.1.6, 2.0.0-M1
    • 1.0.10, 1.1.7, 2.0.0-M2
    • Transport
    • None
    • Linux bash ... westhost.com 'business hosting'

    Description

      Hi

      I had to remove the following test address from SocketSessionConfigImpl.initializeTestAddresses
      It causes my cheap hosting agreement server to hang forever! Even with the 10 sec timeout!

      // IPv4 localhost
      TEST_ADDRESSES.put(new InetSocketAddress(InetAddress
      .getByAddress(new byte[]

      { 127, 0, 0, 1 }), 0), InetAddress
      .getByAddress(new byte[] { 127, 0, 0, 1 }

      ));

      Why?

      I am using Rev: 575240

      Thanks for your time!

      Attachments

        Activity

          People

            trustin Trustin Lee
            posttool David Karam
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: