Treat clean shutdown of an SSL connection same as the non-SSL case.
authorHeikki Linnakangas
Mon, 3 Jul 2017 11:51:51 +0000 (14:51 +0300)
committerHeikki Linnakangas
Mon, 3 Jul 2017 11:53:01 +0000 (14:53 +0300)
commitf73382877e3ec2ff4b3fcedfd2566ccd90ef3e1c
tree2da35b50c29956f2fb186a08d4e6ec4320866f16
parente9d4aa594f2caa8c28d55c41c9926420b1efdb79
Treat clean shutdown of an SSL connection same as the non-SSL case.

If the client closes an SSL connection, treat it the same as EOF on a
non-SSL connection. In particular, don't write a message in the log about
that.

Michael Paquier.

Discussion: https://www.postgresql.org/message-id/CAB7nPqSfyVV42Q2acFo%[email protected]
src/backend/libpq/be-secure-openssl.c