Changes between Initial Version and Version 1 of Ticket #12947
- Timestamp:
- Feb 25, 2010, 2:14:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12947
- Property Resolution → worksforme
- Property Status new → closed
-
Ticket #12947 – Description
initial v1 6 6 7 7 Later I've noticed, I was getting this kind of errors: 8 8 {{{ 9 9 Exception happened during processing of request from ('127.0.0.1', 4101) 10 10 File "C:\Python25\lib\SocketServer.py", line 241, in process_request … … 21 21 data = self._sock.recv(self._rbufsize) 22 22 error: (10054, 'Connection reset by peer') 23 23 }}} 24 24 25 25 26 26 This 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 {{{ 28 28 <div> 29 29 <form id="myform" method="post" action="."> … … 35 35 </div> 36 36 37 37 }}}