Handle content-type header charset value for streaming API
authorZach Varberg <Zachary.Varberg@Digi.com>
Fri, 24 Jul 2015 17:18:41 +0000 (12:18 -0500)
committerZach Varberg <Zachary.Varberg@Digi.com>
Fri, 24 Jul 2015 17:18:41 +0000 (12:18 -0500)
commit22c0bc029546478da50c46100ad3804863138158
tree699e4ac0720f502ec6346062a391b39e38a982d6
parentae1465d394449982ad3bd73aaa9a0b21e5d94c88
Handle content-type header charset value for streaming API

This also fixes https://github.com/tweepy/tweepy/issues/615 by properly
decoding the python3 bytes object to a string.
tweepy/streaming.py