X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fserver%2Fwebcit.h;h=b5b8bb2e34a8ee823b5810d4dd9404ac039e1086;hb=88c85ddb9e714faa214de6b103ed5bbf8d0bedea;hp=54529c83b7e415747e9627b074426975444cc732;hpb=b688cac3d673bdc0188107c8ab602ee313a3b792;p=citadel.git diff --git a/webcit-ng/server/webcit.h b/webcit-ng/server/webcit.h index 54529c83b..b5b8bb2e3 100644 --- a/webcit-ng/server/webcit.h +++ b/webcit-ng/server/webcit.h @@ -5,6 +5,11 @@ // This program is open source software. Use, duplication, or // disclosure is subject to the GNU General Public License v3. +// uncomment one or more of these to see raw http transactions +#define DEBUG_HTTP +#define REQUEST_BODY_TO_STDERR +//#define RESPONSE_BODY_TO_STDERR + #define SHOW_ME_VAPPEND_PRINTF #include @@ -42,7 +47,6 @@ #include #include #define _(x) x // temporary hack until we add i18n back in -//#define DEBUG_HTTP // uncomment to debug HTTP headers // XML_StopParser is present in expat 2.x #if XML_MAJOR_VERSION < 2