minfrin commented on PR #9:
URL: https://github.com/apache/serf/pull/9#issuecomment-3027505535

   > I'm not sold on this design, but the baton would be 
`svn_ra_serf__connection_t *` (for the svn scenario)
   
   We use svn_ra_serf__connection_t (third parameter conn) as a baton in the 
svn patch:
   
   ```
   #if defined(HAVE_SERF_SSL_ERROR_CB_SET)
             serf_ssl_error_cb_set(conn->ssl_context,
                                   ssl_error_cb,
                                   conn);
   #endif
   ```
   


-- 
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

Reply via email to