NPE in AsynchronousSocket.write
-------------------------------

                 Key: DEFT-155
                 URL: https://issues.apache.org/jira/browse/DEFT-155
             Project: Deft
          Issue Type: Bug
            Reporter: Roger Schildmeijer
            Assignee: Roger Schildmeijer


If we get an IOException in handleWrite (could be because the connection is 
broken/closed) we log, invoke the close callback, closes the channel and 
unregister the channel from the ioloop.
BUT then we take the same code path as if it was a successful write.

proposal: add the missing return; statement at the end of the 
catch(IOException) clause

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

        

Reply via email to