Open twittner opened 11 years ago
Finally have some time. Will be looking at this this week.
Now I finally have some time. :/ Will be looking at this this week, and you can expect this addressed in 0.7.3
Any progress on this?
I'm hammering on an IPv6 problem that may or may not be cause by this part of the code. Either way, I've hacking on http-streams this week.
Maybe relevant to #105
When attempting to open a connection to an address which can be successfully resolved but not connected to
openConnection
andopenConnectionSSL
leave the file descriptor belonging to the socket open.Test-case:
One has to handle exceptions within
openConnection*
to ensure the socket is closed, e.g.