Treat clean shutdown of an SSL connection same as the non-SSL case.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: fb63a0aa3388430545c7857e72251fc52eb85b1c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2017-07-03T11:53:08Z
Releases: 9.4.13
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

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +11 −3

Discussion