Changes between Initial Version and Version 1 of Ticket #12319, comment 2
- Timestamp:
- Aug 25, 2015, 3:31:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12319, comment 2
initial v1 1 1 Killing the thread is not a good idea anyway, even if the function is reentrant - it could leak memory and leave sockets open, etc. 2 3 `getaddrinfo` should probably be used instead of `gethostbyname`.