From bbffb56155dac1006095f2e517e700acf27c4b8a Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 12 Jun 2014 13:10:21 +0000 Subject: [PATCH] Remove a comment suggesting that normalize_lws()'s log message might be temporary It's rarely seen in the real world and only visible if header debugging has been enabled anyway. --- parsers.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/parsers.c b/parsers.c index 6e66861e..3d02d95b 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.284 2014/02/10 14:42:42 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.285 2014/04/21 12:04:01 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -754,9 +754,6 @@ jb_err decompress_iob(struct client_state *csp) * to a single space in accordance with RFC 2616 2.2. * This simplifies parsing and filtering later on. * - * XXX: Remove log messages before - * the next stable release? - * * Parameters : * 1 : header = A header with linear white space to reduce. * -- 2.39.2