]> granicus.if.org Git - postgresql/commit
Treat clean shutdown of an SSL connection same as the non-SSL case.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 3 Jul 2017 11:51:51 +0000 (14:51 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 3 Jul 2017 11:51:51 +0000 (14:51 +0300)
commitb93827c745f346a765e7e59584127e07a37c78da
treebc7f46361d16952ae2b70d9267482647cfe9ee24
parentbf723a274cbb00c7fba66c66312a77940af13d79
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%3DvrvF2gxoZAMJLAPq3S3KkjhZAYi7aw@mail.gmail.com
src/backend/libpq/be-secure-openssl.c