blob: 111c9612f6c6f4a32f6f8591bb54c11d8c019452 (
plain)
1
2
3
4
|
Enhance add_reader/writer check that socket is not used by some transport.
Before, only cases when add_reader/writer were called with an int FD were
supported. Now the check is implemented correctly for all file-like
objects.
|