SSL not detecting close properly
Closed this issue · 1 comments
GoogleCodeExporter commented
This steps will reproduce the problem:
1. just send 3 packets to your server
2. on server side drop connection after receiving 2 packet
Naga says that all 3 packets sent, then disconnect.
On server side only 2 packets received.
You can see additional info here:
http://code.google.com/p/naga/issues/detail?id=8
Original issue reported on code.google.com by abuhar...@gmail.com
on 24 Mar 2011 at 9:03
GoogleCodeExporter commented
The SSL-close message should now be correctly handled (you'll get an
EOFException on the connectionBroken callback when this happens)
Original comment by christof...@gmail.com
on 31 Oct 2011 at 10:29
- Changed state: Fixed