[pgpool-committers: 109] pgpool: Fix pool_ssl_read() to deal with large data reading.

Tatsuo Ishii ishii at postgresql.org
Thu Apr 5 11:46:08 JST 2012


Fix pool_ssl_read() to deal with large data reading.
It seems we should retry if SSL_read() returns SSL_ERROR_WANT_READ.
Original complain is here:
http://www.pgpool.net/pipermail/pgpool-general/2012-March/000299.html

Back patched to V3_1_STABLE and V3_0_STABLE.

Branch
------
V3_1_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=2837bbd0fcf0b1a9ce1f7955d19dd6e30f2a7253

Modified Files
--------------
pool_ssl.c |    4 +---
1 files changed, 1 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list