On Aug 12, 2010, at 10:00 AM, mdipierro wrote: > You are the man. > > For the page I am considering the fail requests are not a real failure > but declare a content-length of 19383 (wrong) instead of 19384 > (correct). Let's continue investigate...
I'm seeing two variations (using curl -i). One is harmless: <div>datetime.datetime(2010, 8, 12, 18, 0, 36, 68094)</div> vs <div>datetime.datetime(2010, 8, 12, 18, 3, 15, 325125)</div> However, the other is odd: tmp $ grep -i Transfer-Encoding ? 2:Transfer-Encoding: chunked 4:Transfer-Encoding: chunked 5:Transfer-Encoding: chunked 6:Transfer-Encoding: chunked tmp $ grep -i Transfer-Length ? tmp $ grep -i Content-Length ? 1:Content-Length: 24163 3:Content-Length: 24164 (filenames 1-6 are my curl -i captures) Apparently at random, I see chunked returns. My request is: curl -i http://web2py.com/examples/form_examples/form

