Tom Lane 4717992b4e Instead of a bare recv() to read the server's response to an SSL
request packet, use pqReadData().  This has the same effect since
conn->ssl isn't set yet and we aren't expecting more than one byte.
The advantage is that we will correctly detect loss-of-connection
instead of going into an infinite loop.  Per report from Hannu Krosing.
2005-01-06 20:06:58 +00:00
..
2004-12-31 22:04:05 +00:00
2004-12-31 22:04:05 +00:00
2005-01-03 06:16:54 +00:00
2004-12-31 22:04:05 +00:00
2003-11-29 19:52:15 +00:00
2004-06-01 03:32:42 +00:00
2003-11-29 19:52:15 +00:00