Changes between Initial Version and Version 1 of Ticket #12947


Ignore:
Timestamp:
Feb 25, 2010, 2:14:05 AM (14 years ago)
Author:
Russell Keith-Magee
Comment:

I can't reproduce this problem.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12947

    • Property Resolutionworksforme
    • Property Status newclosed
  • Ticket #12947 – Description

    initial v1  
    66
    77Later I've noticed, I was getting this kind of errors:
    8 
     8{{{
    99Exception happened during processing of request from ('127.0.0.1', 4101)
    1010 File "C:\Python25\lib\SocketServer.py", line 241, in process_request
     
    2121   data = self._sock.recv(self._rbufsize)
    2222error: (10054, 'Connection reset by peer')
    23 
     23}}}
    2424
    2525
    2626This is the sample form that fails to get reply from the dev server (in IE6, after extending the string few times it also breaks under FF):
    27 
     27{{{
    2828<div>
    2929        <form id="myform" method="post" action=".">
     
    3535</div>
    3636
    37 
     37}}}
Back to Top