PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.
authorJeffrey Stedfast <fejj@ximian.com>
Thu, 20 Jun 2002 06:34:14 +0000 (06:34 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Thu, 20 Jun 2002 06:34:14 +0000 (06:34 +0000)
commit334ba346bd58c16c61e5881e733dc2ce982975e4
tree0c0a38df4e63b1ae61926aeda1bbc024019774f6
parent9fba84340b558cd31f380e8e94dee5c5e6eeb2f4
PR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not EAGAIN.

2002-06-20  Jeffrey Stedfast  <fejj@ximian.com>

* camel-tcp-stream-ssl.c (set_errno): PR_IO_TIMEOUT_ERROR should
map to ETIMEDOUT and not EAGAIN.
(stream_connect): Reset the PR_Poll() timeout back to 2 minutes as
this wasn't the problem afterall.
camel/ChangeLog
camel/camel-tcp-stream-ssl.c