[twitter-dev] delimited (streaming API) now default?

2010-11-29 Thread ianrose
It appears to me that when using the statuses/filter streaming API method, elements are not length-delimited by default, even if you don't specify ?delimited=length. And if you DO add ? delimited=length, you get double length fields. For example: if I query

Re: [twitter-dev] delimited (streaming API) now default?

2010-11-29 Thread Matt Harris
Hey, I haven't been able to reproduce this using my Streaming API library. When delimited=length is sent as a parameter we will include the number of bytes (in decimal) for the object being sent. What I did notice is that 0x6EF = 1775 and 0x710 = 1808 -- in both cases the Hex values are 6 bytes