diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-20 14:34:14 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-20 14:34:14 +0800 |
commit | d67d5483f4cc313b0a3f4d35893af79b549515d1 (patch) | |
tree | 4798d66ff0abd0fd57fd664c3f767d7166a2f4ec /camel/ChangeLog | |
parent | 042202c1724851bc94e1972cf436a88e8aadac79 (diff) | |
download | gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.tar gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.tar.gz gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.tar.bz2 gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.tar.lz gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.tar.xz gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.tar.zst gsoc2013-evolution-d67d5483f4cc313b0a3f4d35893af79b549515d1.zip |
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.
svn path=/trunk/; revision=17246
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6b027bd8fe..1840d4d134 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +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. + 2002-06-19 Not Zed <NotZed@Ximian.com> * camel-mime-parser.c (folder_scan_drop_step): Drop back to |