TCPSocket#new issues with local_addr and local_port
---------------------------------------------------

                 Key: JRUBY-6070
                 URL: https://jira.codehaus.org/browse/JRUBY-6070
             Project: JRuby
          Issue Type: Bug
          Components: Standard Library
    Affects Versions: JRuby 1.6.4
         Environment: Mac OS X 10.7.2
            Reporter: Eric Will
            Assignee: Thomas E Enebo
            Priority: Trivial


jruby's implementation of TCPSocket#new does not accept nil values for 
local_addr and local_port, as in:

TCPSocket.new('someplace', 1234, nil, nil)

Raises an exception. On MRI it silently ignores the nil values. RBX recently 
fixed theirs to behave as MRI does.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to