Message118898
After some investigations it seems that a dup() is called in ssl wrap_socket(), so on sock.close() the socket is not really closed, since there is still one more reference (file descriptor) in the kernel's tcp/ip stack. Can someone confirm this?
Have not done this, but it is possible to check my supposition using linux lsof command before and after .close(). |
|
Date |
User |
Action |
Args |
2010-10-16 21:24:51 | PoltoS | set | recipients:
+ PoltoS, amaury.forgeotdarc, orsenthil, pitrou, eric.smith, giampaolo.rodola, r.david.murray, dandrzejewski, TTT |
2010-10-16 21:24:51 | PoltoS | set | messageid: <1287264291.67.0.753158338829.issue10127@psf.upfronthosting.co.za> |
2010-10-16 21:24:50 | PoltoS | link | issue10127 messages |
2010-10-16 21:24:49 | PoltoS | create | |
|