[pgpool-committers: 108] 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 3.1-STABLE and 3.0-STABLE as well.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e0f373e2957de55a370cbcd4be28906fcb78da5a
Modified Files
--------------
pool_ssl.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
More information about the pgpool-committers
mailing list