Daniel Stenberg 1e90a63a49
sws: pass in socket reference to allow function to close it
The function service_connection() now passes in a reference to the
socket instead of by value since the sub function http_connect() might
close it and set *infdp = CURL_SOCKET_BAD. This would previously not be
detected when service_connection() returned and potentially cause a
double close of the socket.

Reported-by: Joshua Rogers

Closes #19031
2025-10-12 15:35:14 +02:00
..
2025-10-12 15:30:12 +02:00
2025-10-12 10:36:18 +02:00
2025-10-07 10:55:31 +02:00
2025-08-23 01:12:27 +02:00
2025-08-23 01:12:27 +02:00