[xml] Removing hard-wired nanohttp debugging

Date view Thread view Subject view Author view

From: Wayne Davison (wayned@users.sourceforge.net)
Date: Tue Oct 24 2000 - 03:32:20 EDT


I removed the hard-wired #define DEBUG_HTTP in nanohttp.c because I
started to use the xmlNanoHTTPMethod() call rather than xmlNanoHTTPOpen()
(because I need to pass in header info). The patch is simple:

Index: nanohttp.c
@@ -966,9 +966,6 @@
     xmlNanoHTTPFreeCtxt(ctxt);
 }
 
-#ifndef DEBUG_HTTP
-#define DEBUG_HTTP
-#endif
 /**
  * xmlNanoHTTPMethod:
  * @URL: The URL to load

..wayne..

----
Message from the list xml@rpmfind.net
Archived at : http://xmlsoft.org/messages/
to unsubscribe: echo "unsubscribe xml" | mail  majordomo@rpmfind.net


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Tue Oct 24 2000 - 03:43:53 EDT