[pgpool-committers: 107] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list