Обсуждение: [COMMITTERS] pgsql: Treat clean shutdown of an SSL connection same as the non-SSLca

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Treat clean shutdown of an SSL connection same as the non-SSLca

От
Heikki Linnakangas
Дата:
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_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/90630a6ad1878a2e2b8a085970e77181d32d8a08

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