From d6231022e683e06be317e148d915cfc905b05ecb Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 12 Jun 2014 13:09:03 +0000 Subject: [PATCH] Reference RFC 7230 in remove_chunked_transfer_coding()'s description ... and note that the implementation is (still) incomplete. --- filters.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/filters.c b/filters.c index df3b3f85..a384e1b2 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.184 2014/06/03 10:33:17 fabiankeil Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.185 2014/06/12 13:08:25 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -2064,7 +2064,8 @@ static filter_function_ptr get_filter_function(const struct client_state *csp) * Function : remove_chunked_transfer_coding * * Description : In-situ remove the "chunked" transfer coding as defined - * in rfc2616 from a buffer. + * in RFC 7230 4.1 from a buffer. XXX: The implementation + * is neither complete nor compliant (TODO #129). * * Parameters : * 1 : buffer = Pointer to the text buffer -- 2.39.2