how to handle remote client closing a connection
yurib
yuri.bakulin at gmail.com
Sun May 8 07:21:38 EDT 2011
Hello,
I'm writing a toy http server using netty. From time to time i get the
following exception on the server:
java.io.IOException: An existing connection was forcibly closed by the
remote host
How can i handle this exception ? i tried implementing the exceptionCaught()
method in the ChannelHandler i'm using but it seems like the method never
gets called.
Thank you.
--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/how-to-handle-remote-client-closing-a-connection-tp6341659p6341659.html
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list