hoisie / twitterstream

A client for Twitter's streaming API in Go
144 stars 47 forks source link

Closing a connection before using it generates runtime panic #6

Closed tncardoso closed 13 years ago

tncardoso commented 13 years ago

Calling Close in a connection before using it generate a nil pointer dereference.

Added a pull request with a clean branch.