I'm experiencing a lot of issues with this happening:
Traceback (most recent call last):
File "/opt/python2.7/lib/python2.7/asyncore.py", line 79, in read
obj.handle_read_event()
File "./lib/pyftpdlib/contrib/handlers.py", line 129, in
handle_read_event
super(SSLConnection, self).handle_read_event()
File "/opt/python2.7/lib/python2.7/asyncore.py", line 438, in
handle_read_event
self.handle_read()
File "/opt/python2.7/lib/python2.7/asynchat.py", line 110, in handle_read
data = self.recv (self.ac_in_buffer_size)
File "./lib/pyftpdlib/contrib/handlers.py", line 169, in recv
self.handle_close()
File "./lib/pyftpdlib/ftpserver.py", line 2114, in handle_close
self.close()
File "./lib/pyftpdlib/contrib/handlers.py", line 210, in close
self._do_ssl_shutdown()
File "./lib/pyftpdlib/contrib/handlers.py", line 197, in _do_ssl_shutdown
done = self.socket.shutdown()
Has anyone else experienced this issue?
Thanks,
Jeff
--
You received this message because you are subscribed to the "Python FTP server library" project group:
http://code.google.com/p/pyftpdlib/
To post to this group, send email to pyft...@googlegroups.com
To unsubscribe from this group, send email to pyftpdlib-unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/pyftpdlib
Wow -- I am really sorry for missing that seeing as I put the original
ticket in :)
I just put this code live and I'll report in a few days if I see an
improvement.
Thanks,
Jeff