[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

FYI, debugging ra_dav

From: Joe Orton <joe_at_manyfish.co.uk>
Date: 2001-09-06 20:40:39 CEST

To see the full request/response trace, I use this patch to neon, and
enable the #ifdef in session.c which turns on debugging.

Index: ne_request.c
===================================================================
RCS file: /home/joe/lib/cvsroot/neon/src/ne_request.c,v
retrieving revision 1.13
diff -u -r1.13 ne_request.c
--- ne_request.c 2001/06/10 15:46:14 1.13
+++ ne_request.c 2001/09/06 18:37:17
@@ -257,6 +257,7 @@
         ret = fn(ud, buffer, bytes);
         if (ret < 0)
             break;
+ NE_DEBUG(NE_DBG_HTTPBODY, "Body block: %.*s", bytes, buffer);
     }
 
     if (bytes < 0) {

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.