]> 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:53:12 +0000 (14:53 +0300)
commitfb1110085b47cb243d60cc5f937fb9c3f47cd365
treeba8bc7cf56507174477ecf992e42bac1ae483414
parent5e7447132000911d604bd242fb93f1593b65d32b
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.c