From 686f8b0f33b78b0fe456fd53852550f73e15eb38 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 25 Jul 2014 11:56:02 +0000 Subject: [PATCH] Update normalize_lws()'s description to reference RFC 7230 --- parsers.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/parsers.c b/parsers.c index 55b8f39d..c5f7a087 100644 --- a/parsers.c +++ b/parsers.c @@ -1,4 +1,4 @@ -const char parsers_rcs[] = "$Id: parsers.c,v 1.288 2014/07/25 11:55:27 fabiankeil Exp $"; +const char parsers_rcs[] = "$Id: parsers.c,v 1.289 2014/07/25 11:55:47 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/parsers.c,v $ @@ -752,8 +752,8 @@ jb_err decompress_iob(struct client_state *csp) * * Function : normalize_lws * - * Description : Reduces unquoted linear whitespace in headers - * to a single space in accordance with RFC 2616 2.2. + * Description : Reduces unquoted linear whitespace in headers to + * a single space in accordance with RFC 7230 3.2.4. * This simplifies parsing and filtering later on. * * Parameters : -- 2.39.2