forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf733828
committed
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 anon-SSL connection. In particular, don't write a message in the log aboutthat.Michael Paquier.Discussion:https://www.postgresql.org/message-id/CAB7nPqSfyVV42Q2acFo%3DvrvF2gxoZAMJLAPq3S3KkjhZAYi7aw@mail.gmail.com1 parente9d4aa5 commitf733828
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
582 | 582 |
| |
583 | 583 |
| |
584 | 584 |
| |
585 |
| - | |
586 |
| - | |
587 | 585 |
| |
588 | 586 |
| |
589 | 587 |
| |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
590 | 592 |
| |
591 | 593 |
| |
592 | 594 |
| |
| |||
642 | 644 |
| |
643 | 645 |
| |
644 | 646 |
| |
645 |
| - | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
646 | 650 |
| |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
647 | 655 |
| |
648 | 656 |
| |
649 | 657 |
| |
|
0 commit comments
Comments
(0)