On 29. 6. 25 11:49, Graham Leggett wrote:
On 27 Jun 2025, at 10:42, Daniel Sahlberg<daniel.l.sahlb...@gmail.com> wrote:
I'm very happy to see the rekindled interest in Serf development and the
recent work by Brane on the user-defined-authn branch and by Graham on the
OpenSSL "certificate by URI" PR. I'm planning on reviewing those things
during the weekend. When these are merged (and it doesn't only depend on
me, it is of course a team effort reviewing and merging!) we should start
thinking about a new release.
I am keen to solve the error handling problem - anything SSL related needs to
expose the exact underlying reason for whatever failure happened.
I pulled apart svn, and the svn_error_t structure has a nested characteristic
that makes it perfect for adding extra detail where extra detail is needed.
Yup. It's a stack of errors, and/or tracing messages.
Over the next few days I hope to have something that works.
Did you intend to add something svn_error_t/stack-like to Serf, or do
this some other way? I know Serf uses bitmasks, but that seems quite
limited.
-- Brane