You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@serf.apache.org by rh...@apache.org on 2017/10/18 10:40:19 UTC

svn commit: r1812491 - /serf/trunk/serf.h

Author: rhuijben
Date: Wed Oct 18 10:40:19 2017
New Revision: 1812491

URL: http://svn.apache.org/viewvc?rev=1812491&view=rev
Log:
Add note about usage of serf_debug__closed_conn by Subversion
(Subversion introduced this call in 2006)

* serf.h
  Add note in comment on a few debug helpers.

Modified:
    serf/trunk/serf.h

Modified: serf/trunk/serf.h
URL: http://svn.apache.org/viewvc/serf/trunk/serf.h?rev=1812491&r1=1812490&r2=1812491&view=diff
==============================================================================
--- serf/trunk/serf.h (original)
+++ serf/trunk/serf.h Wed Oct 18 10:40:19 2017
@@ -1689,7 +1689,9 @@ struct serf_connection_type_t {
 /** @} */
 
 
-/* Internal functions for bucket use and lifecycle tracking */
+/* Internal functions for bucket use and lifecycle tracking.
+   ### Some of these are directly or via Macros used by third party
+   ### applications, such as Apache Subversion */
 apr_status_t serf_debug__record_read(
     const serf_bucket_t *bucket,
     apr_status_t status);