On Windows, also call shutdown() while closing the client socket.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ea5ecdadf6eacdc1ef5c67648ebaed2efcb0d07a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-12-07T18:34:15Z
Releases: 14.2
On Windows, also call shutdown() while closing the client socket.

Further experimentation shows that commit 6051857fc is not sufficient
when using (some versions of?) OpenSSL.  The reason is obscure, but
calling shutdown(socket, SD_SEND) improves matters.

Per testing by Andrew Dunstan and Alexander Lakhin.
Back-patch as before.

Discussion: https://postgr.es/m/af5e0bf3-6a61-bb97-6cba-061ddf22ff6b@dunslane.net

Files

PathChange+/−
src/backend/libpq/pqcomm.c modified +3 −1

Discussion