[pgpool-committers: 254] pgpool: Fix pool_ssl_read() to deal with large data reading.
Tatsuo Ishii
ishii at postgresql.org
Mon Jun 4 00:53:12 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.
Branches
--------
feature/watchdog
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