OSDN Git Service

PATCH SSL_pending() checks in libpq/fe-misc.c:
authorBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 20:01:31 +0000 (20:01 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 15 Jun 2002 20:01:31 +0000 (20:01 +0000)
commit79ff2e96dec1f6e87bd8e61754dfde9c6502f959
tree4acc7d2a3dcae93854bcebdfbf7ab99540e1bf69
parent6e8a1a6717956eb86113fb73f2bc3d0a22c542c6
PATCH SSL_pending() checks in libpq/fe-misc.c:

I am no longer pursuing a total non-blocking implementation.  I haven't
found a good way to test it with the type of work that I do with
PostgreSQL.  I do use blocking SSL sockets with this mod and have had no
problem whatsoever.  The bug that I fixed in this patch is exceptionally
hard to reproduce reliably.

Jack Bates
src/interfaces/libpq/fe-misc.c