Re: svn commit: r10132 - trunk/subversion/clients/cmdline
From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-07-04 17:30:25 CEST
This commit seems a little rough, and it seems like an odd enough design
On Sun, 2004-07-04 at 01:06, breser@tigris.org wrote:
> + srv = apr_poll(&pollset, 1, &n, 10);
You appear to be ignoring the timeout parameter.
> + status = wait_for_input_or_timeout(fp,10,pool);
Spaces after commas?
> + if (status != APR_SUCCESS && status != APR_ENOTIMPL)
Shouldn't you be testing specifically for a timeout result? What's so
The timeout should really be unnecessary. Unless I'm missing something,
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.