dsahlberg-apache-org commented on PR #9: URL: https://github.com/apache/serf/pull/9#issuecomment-3024754611
Maybe this is the same question already asked by Brane, and I'm just not clever enough to understand it. But the whole design seems a little bit convoluted to me. Why not have something similar to what OpenSSL seems to do: When a Serf function return non-success, it is possible for the caller to call something in Serf "Give me the first error". This could then be done repeatedly in case there are more than 1 error. In the case of OpenSSL errrors, that function could be just a wrapper around OpenSSL's ERR_get_error(). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@serf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org