Remove a comment suggesting that normalize_lws()'s log message might be temporary
authorFabian Keil <fk@fabiankeil.de>
Thu, 12 Jun 2014 13:10:21 +0000 (13:10 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 12 Jun 2014 13:10:21 +0000 (13:10 +0000)
It's rarely seen in the real world and only visible if
header debugging has been enabled anyway.

parsers.c

index 6e66861..3d02d95 100644 (file)
--- 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.
  *