On Mon, Jan 18, 2010 at 6:40 PM, Magnus Hagander <[email protected]> wrote: > SSL_read calls into pqwin32_recv(), so you have the same problem. (see > my_sock_read() and my_sock_write() in be-secure.c)
Oh, I confirmed that. Thanks! Can we prevent SSL_read from being blocked in the renegotiation case if we use poll/select in my_sock_read() even if the socket is blocking mode? If Yes, ISTM that we can work around the problem by using the special BIO function which checks the socket, as BIO. Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
