Replace both send and receive BIO routines in the SSL code with our own,
authorMagnus Hagander <magnus@hagander.net>
Sun, 14 Dec 2008 19:39:37 +0000 (19:39 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sun, 14 Dec 2008 19:39:37 +0000 (19:39 +0000)
commitdf430ba3acbb0c2cb5c53142882a09ad5b24ed3a
treeb021af1d4b56a1a2c220b17620e9a7a483962a22
parent4b963b7d42f72080b67a5718a1512b81d3ccd414
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.
src/backend/libpq/be-secure.c