kentical / gappproxy

Automatically exported from code.google.com/p/gappproxy
GNU General Public License v3.0
0 stars 0 forks source link

Python需要倒退到2.6? #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 2678)
Traceback (most recent call last):
  File "F:\Python27\lib\SocketServer.py", line 582, in process_request_thread
    self.finish_request(request, client_address)
  File "F:\Python27\lib\SocketServer.py", line 323, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "F:\Python27\lib\SocketServer.py", line 641, in __init__
    self.finish()
  File "F:\Python27\lib\SocketServer.py", line 694, in finish
    self.wfile.flush()
  File "F:\Python27\lib\socket.py", line 301, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10054]
----------------------------------------

表现为不能post

Original issue reported on code.google.com by bronze1...@gmail.com on 31 Oct 2010 at 1:03