On Fri, Sep 21, 2012 at 12:00 AM, Jimb Esser <[email protected]> wrote: > As a follow-up, it looks like the data I get back from the response often > has "\r\n2000\r\n" in the middle of what otherwise looks like good data, so > I'm guessing something is going wrong with processing multi-part (chunked? > whatever is the right term?) responses, and it sometimes reads too much and > then tries to read the next chunk size from the middle of the response data > (sometimes getting an "invalid chunk size" error, or if it gets lucky and > reads a small number, it just truncates my response (though leaves the > "\r\n2000\r\n" in the middle of it).
Do you have some captured traffic I can look at? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
