I got an answer that works on the paste mailing list: > Paste is probably reading 2 bytes too few. > For a long, long time some browsers, when POSTing, send an *extra* > CRLF above and beyond the content-length they _say_ they will. > IF these bytes do not get read out of the kernel buffers, and the > socket is closed, TCP/IP mandates a TCP RESET. > > Without knowing more details, this is my guess.
This got me to the solution of the problem. I have verified in WireShark sessions that IE7 is sending a CRLF at the end of the POST request. Oddly on my old server this doesn't cause problems, but this is what is causing problems on the new one. Here is a MS article on the problem with a registry fix: http://support.microsoft.com/kb/823099 I don't know that I'll be able to get all the users to apply this, but I'm happy to at least be able to point the finger directly at IE7. Thanks! John -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
