pgsql: Replace both send and receive BIO routines in the SSL code with
Started by Magnus Haganderalmost 18 years ago1 messagescomitters
Log Message:
-----------
Replace both send and receive BIO routines in the SSL code with our own,
calling recv() and send(). This makes the calls go through the socket
emulation code on Win32, making them for example properly interruptible.
Modified Files:
--------------
pgsql/src/backend/libpq:
be-secure.c (r1.87 -> r1.88)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/be-secure.c?r1=1.87&r2=1.88)