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)
commitb8753e5955db8735107eb769fa0004b9f28a0c4e
tree5e3eb88399d65eba6d558970413b470b37b2623e
parent65e3ea76417d1baab158fd8305ebed4f43141c7a
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