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:08 +0000 (14:53 +0300)
commitfb63a0aa3388430545c7857e72251fc52eb85b1c
tree2109d831a56ea05eb02ea6eba730b85c0dbbb5f9
parent5aa8db0148e7f59979122b34155a30885f4eb91e
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.c