Can you post your code snippet (in something like pastie or pastebin)? Content-length should almost always be required for POSTs (from HTTP spec).
-Chad On Wed, Oct 14, 2009 at 8:56 AM, eclipsed4utoo <[email protected]> wrote: > > Ok, this is really starting to screw with me. On Sunday, I received > this error. I put in code to send the content length when making a > status update. It worked on Sunday. On Monday, the POST request > started hanging. For two days, I tried to figure out what the problem > was. So last night, I removed the code to add the content length. IT > WORKED!!! > > Now, this morning, I am getting the error again that the length is > required. > > So which is it? Is the length required or not? Last night it was not > required, this morning it is. If I send it and it's not required, it > hangs the request indefinitely. If I don't send it and it's required, > I get an error message. > > Any help? >
