voloko / twitter-stream

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

Add chunked encoding support #11

Open dacort opened 13 years ago

dacort commented 13 years ago

The Streaming API actually delivers results using chunked encoding, but due to a quirk in their load balancer (so I hear), twitter-stream actually parses everything OK. Other streams (Gnip Power Track) use different load balancers and results occasionally get truncated.