[PATCH] ra_serf and APR_EAGAIN handling
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: Tue, 12 Jun 2012 10:51:45 +0200
It seems we've tweaked how we handle EAGAIN inside of ra_serf and are
Right now, what Johan is seeing with his anti-virus software is that
The patch below fixes Johan's situation...but, I'd appreciate some
Index: subversion/libsvn_ra_serf/util.c
+ if (err && APR_STATUS_IS_EAGAIN(err->apr_err))
|
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.