Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on" - Mailing list pgsql-patches

From Tom Lane
Subject Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"
Date
Msg-id 16913.1171427183@sss.pgh.pa.us
Whole thread Raw
In response to Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"  (Bruce Momjian <bruce@momjian.us>)
List pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> !         if (SOCK_ERRNO != ECONNRESET)
> !             SSL_shutdown(conn->ssl);

Ummm ... what is this supposed to fix exactly, and what are the odds
that it will introduce resource leaks?

            regards, tom lane

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"
Next
From: Bruce Momjian
Date:
Subject: Re: Re: [BUGS] BUG #2724: Could not check connection status with "ssl=on"