I had the exact same problem down to staring at missing bytes in wireshark. I solved it with some function that gave the actual byte count.
On Wed, Jun 8, 2011 at 3:28 PM, MK <[email protected]> wrote: > On Wed, 8 Jun 2011 16:26:52 -0400 > "Mark J. Reed" <[email protected]> wrote: > > > The content-length Is bytes. Sounds like your client is sending a > > character count instead. > > Palm->face. > > This crossed my mind but then had a bit of an ADHD moment when > going over dah code: > > options.headers = { > "Content-length": data.length, > > ...and now cannot remember why I felt that necessary in the first > place. Hopefully the world will remind me ASAP and I can get all > indignant on the mail list again. > > Best wishes, MK > > -- > "Enthusiasm is not the enemy of the intellect." (said of Irving Howe) > "The angel of history[...]is turned toward the past." (Walter Benjamin) > > -- Mark Hahn Website Manager [email protected] 949-229-1012
