On 12. 1. 26 18:00, [email protected] wrote:
Author: brane
Date: Mon Jan 12 17:00:45 2026
New Revision: 1931269
Log:
On the serf_error_callbacks branch: Add Serf error callback handling
using a context callback with our session as the baton. Assumes that
we use one Serf context per ra_serf session, which is currently true.
[...]
I committed error callback handling to the branch in Subversion. Looks
promising, DAV
checks with Serf-2 and SSL enabled and -DSVN__SERF_EXPERIMENTAL all passed.
The "only" trouble is that I couldn't provoke Serf into actually sending
us any errors; Graham's example from the GitHub PR didn't work for me,
even when I set up a local httpd with a self-signed certificate.
This could be because we don't actually get to one of the relevant bits
of code, or because the callbacks don't work ... ahem. Yes, they need tests.
-- Brane