forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit543e00b
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 parentcc154d9 commit543e00b
1 file changed
+11
-3
lines changedLines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 |
| - | |
294 | 292 |
| |
295 | 293 |
| |
296 | 294 |
| |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 |
| |
298 | 300 |
| |
299 | 301 |
| |
| |||
414 | 416 |
| |
415 | 417 |
| |
416 | 418 |
| |
417 |
| - | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
418 | 422 |
| |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
419 | 427 |
| |
420 | 428 |
| |
421 | 429 |
| |
|
0 commit comments
Comments
(0)