View Single Post
Old 06-27-2009, 11:05 AM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

Got some time and been working hard this week... Been working on tracking down memory leaks by trying to cleanup everything during shutdown so it's easy to spot the problems. While testing I had that annoying Overlapped I/O error hit me and decided to track it down... Turns out during the handshake the function that does all the work can return an empty token at one point and that's a valid possibility. Not sure why, but evidently Java's SSL implementation seems to trigger that case more often. Knowing that I think I fixed the problem and we can all rejoice soon.
Yil is offline   Reply With Quote