- Fix to close errno block in comm_point_tcp_handle_read outside of

ifdef.
This commit is contained in:
W.C.A. Wijngaards 2022-10-03 16:21:39 +02:00
parent 22e43aa631
commit c0eaadfc42
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,8 @@
- Fix to remove erroneous TC flag from TCP upstream.
- Fix test tdir skip report printout.
- Fix windows compile, the identifier interface is defined in headers.
- Fix to close errno block in comm_point_tcp_handle_read outside of
ifdef.
26 September 2022: George
- Better output for skipped tdir tests.

View file

@ -2216,8 +2216,8 @@ recv_error:
c->repinfo.remote_addrlen);
return 0;
}
}
#endif
}
#else /* USE_WINSOCK */
if(recv_initial) {
if(WSAGetLastError() == WSAECONNREFUSED && verbosity < 2)