Closed KatelynHaworth closed 5 years ago
Remove calls to syscall.Close() when a error is handled when applying a socket option, this call would duplicate the calls to close the sockets file descriptor as a defered call to close the file is set before applying socket options.
syscall.Close()
Will resolve issue ticket #1
Remove calls to
syscall.Close()
when a error is handled when applying a socket option, this call would duplicate the calls to close the sockets file descriptor as a defered call to close the file is set before applying socket options.Will resolve issue ticket #1