You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/02 05:16:27 UTC

[jira] Updated: (HARMONY-2934) [classlib][luni]UDP socket behaves incorrectly

     [ http://issues.apache.org/jira/browse/HARMONY-2934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu updated HARMONY-2934:
-----------------------------

    Attachment: harmony-2934.diff

> [classlib][luni]UDP socket behaves incorrectly
> ----------------------------------------------
>
>                 Key: HARMONY-2934
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2934
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-2934.diff
>
>
> testcase below passed on RI whereas threw SocketException on harmony
>     public void test() throws IOException {
>         Socket s = new Socket("127.0.0.1", 0, false);
>         OutputStream o = s.getOutputStream();
>         o.write(1);
>     }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira