Replace both send and receive BIO routines in the SSL code with our own,

Magnus Hagander <magnus@hagander.net>

Commit: b8753e5955db8735107eb769fa0004b9f28a0c4e
Author: Magnus Hagander <magnus@hagander.net>
Date: 2008-12-14T19:39:37Z
Releases: 8.4.0
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.

Files

PathChange+/−
src/backend/libpq/be-secure.c modified +41 −15