In the upcoming curl 8.9.0 release, we gave some love to ending connections in a better way. What does that mean? Will it affect you? Let’s start with the End. The End of a Connection For almost all transfers curl establishes a connection to a server. At some time, the connection will need to be closed again. There are several ways this is triggered: the server closes there was a network error while sending/receiving the transfer was aborted by the application the connection was kept open f...