Use a buffer rather than reading the Twitter response one byte at a time. This actual...
authorDan Fairs <dan@fezconsulting.com>
Tue, 31 Jan 2012 15:47:38 +0000 (15:47 +0000)
committerDan Fairs <dan@fezconsulting.com>
Tue, 31 Jan 2012 15:47:38 +0000 (15:47 +0000)
commita6d701d754e055b556368ae756addb4728712b15
tree196fa78baf25726b9f5b232a65c6c3173e283d9a
parent41fe5dc5e34ba1246f2d3efababa0f3f30ea363f
Use a buffer rather than reading the Twitter response one byte at a time. This actually respects the buffer_size option that was already there, but unused.
tweepy/streaming.py