voloko / twitter-stream

Twitter realtime API client
MIT License
233 stars 81 forks source link

Reconnect with HTTPS fix: establish SSL connection also when reconnecting #25

Closed rud closed 12 years ago

rud commented 12 years ago

This change is very small, it has tests, and fixes a low-level bug where reconnecting to Twitter failed as the appropriate HTTPS handshake was only made in the initial connection. Now HTTPS handshake is done with all established connections to Twitter.

Fixes #22