Reference RFC 7230 in remove_chunked_transfer_coding()'s description
authorFabian Keil <fk@fabiankeil.de>
Thu, 12 Jun 2014 13:09:03 +0000 (13:09 +0000)
committerFabian Keil <fk@fabiankeil.de>
Thu, 12 Jun 2014 13:09:03 +0000 (13:09 +0000)
... and note that the implementation is (still) incomplete.

filters.c

index df3b3f8..a384e1b 100644 (file)
--- 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