From 0062014d4e66c839106c1bef608e3316c9935a1b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 21 May 2009 15:01:03 +0000 Subject: [PATCH] * Print the first line of each HTTP request to the log, for debugging --- webcit/context_loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/webcit/context_loop.c b/webcit/context_loop.c index 72b5882ee..6c8950d50 100644 --- a/webcit/context_loop.c +++ b/webcit/context_loop.c @@ -354,6 +354,7 @@ int ReadHTTPRequset (ParsedHttpHdrs *Hdr) continue; } if (nLine == 1) { + lprintf(9, "%s\n", ChrPtr(Line)); isbogus = ReadHttpSubject(Hdr, Line, HeaderName); if (isbogus) break; continue; -- 2.39.2