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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема [COMMITTERS] pgsql: Treat clean shutdown of an SSL connection same as the non-SSLca
Дата
Msg-id E1dRzwB-0004DX-IC@gemulon.postgresql.org
обсуждение исходный текст
Список 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_4_STABLE

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Forbid gen_random_uuid() with --disable-strong-random
Следующее
От: Magnus Hagander
Дата:
Сообщение: [COMMITTERS] pgsql: Don't mention SSL methods that aren't reachable in docs