4udak / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
1 stars 1 forks source link

EBADF (bad fd) instead of EADDR (address already in use) #243

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start an FTP server on a certain port (say 21)
2. start another one on that same port

What is the expected output? What do you see instead?
We'll get "socket.error: [Errno 9] Bad file descriptor".
Instead we should get "socket.error: [Errno 98] Address already in use"

Original issue reported on code.google.com by g.rodola on 21 Mar 2013 at 3:01

GoogleCodeExporter commented 9 years ago
Fixed in r1197.

Original comment by g.rodola on 21 Mar 2013 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 9 Apr 2013 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by g.rodola on 9 Apr 2013 at 4:29