From: <jgr...@us...> - 2003-03-07 00:10:18
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1:/tmp/cvs-serv17778/Proxy Modified Files: Proxy.pm Log Message: Wasn't reporting connection timeout errors correctly Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Proxy.pm 6 Mar 2003 23:10:20 -0000 1.2 --- Proxy.pm 7 Mar 2003 00:10:15 -0000 1.3 *************** *** 427,431 **** # An error has occurred reading from the mail server ! $self->tee_( $client, "$self->{connection_timeout_error}$eol" ); return $self->{connection_timeout_error_}; } --- 427,431 ---- # An error has occurred reading from the mail server ! $self->tee_( $client, "$self->{connection_timeout_error_}$eol" ); return $self->{connection_timeout_error_}; } |