- Add queued() method to return the amount of queued outgoing data
- Optimized dealing with ssl connections by not going back to the event loop that often, and prevented that object was staying in send state if it was endlessly sending data and not receiving anything, found this out when working on issue #207
- Libev implementation was incorrect when one single handler was used to manage multiple connections