pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Treat clean shutdown of an SSL connection same as the non-SSL ca
Date: 2017-07-03 11:54:43
Message-ID: E1dRzwB-0004Dc-IJ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fb1110085b47cb243d60cc5f937fb9c3f47cd365

Modified Files
--------------
src/backend/libpq/be-secure.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2017-07-03 15:17:15 pgsql: Don't mention SSL methods that aren't reachable in docs
Previous Message Heikki Linnakangas 2017-07-03 09:10:35 pgsql: Forbid gen_random_uuid() with --disable-strong-random