Deal with SSL error SSL_ERROR_ZERO_RETURN.
authorTatsuo Ishii <ishii@sraoss.co.jp>
Wed, 14 Sep 2022 02:16:03 +0000 (11:16 +0900)
committerTatsuo Ishii <ishii@sraoss.co.jp>
Wed, 5 Oct 2022 06:55:22 +0000 (15:55 +0900)
commitf675d6a9c239b69919aab2b7dd7cd6e32f36e4d2
tree7d91a8ed0000d5a6d1e3b3c2dd955385a24eff03
parent81fd00978bce7107701947ede660d6e4a8feec40
Deal with SSL error SSL_ERROR_ZERO_RETURN.

Previously this caused failover, which was actually unnecessary because
it means the server is just going to close the connection.

Discussion: https://www.pgpool.net/pipermail/pgpool-general/2022-September/008425.html
Discussion: https://www.pgpool.net/pipermail/pgpool-hackers/2022-September/004194.html
src/utils/pool_ssl.c