X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2Fserver%2Fhttp.c;h=77c158fe4776a032b69e654d0403bf816481aa3d;hb=88c85ddb9e714faa214de6b103ed5bbf8d0bedea;hp=d6037f94365f6851f8e1a8138b86caa6fd3dc45e;hpb=b688cac3d673bdc0188107c8ab602ee313a3b792;p=citadel.git diff --git a/webcit-ng/server/http.c b/webcit-ng/server/http.c index d6037f943..77c158fe4 100644 --- a/webcit-ng/server/http.c +++ b/webcit-ng/server/http.c @@ -5,11 +5,6 @@ // 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 - #include "webcit.h" // Write data to the HTTP client. Encrypt if necessary.