Обсуждение: pgsql: Replace both send and receive BIO routines in the SSL code with

Поиск
Список
Период
Сортировка

pgsql: Replace both send and receive BIO routines in the SSL code with

От
mha@postgresql.org (Magnus Hagander)
Дата:
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)