Changes between Initial Version and Version 1 of Ticket #12319, comment 2


Ignore:
Timestamp:
Aug 25, 2015, 3:31:06 PM (9 years ago)
Author:
hamish

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12319, comment 2

    initial v1  
    11Killing 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`.