joes        2004/04/15 16:12:32

  Modified:    .        STATUS
  Log:
  Add note to STATUS regarding proposed replacement of req->body with an 
iterator API.
  
  Revision  Changes    Path
  1.42      +12 -1     httpd-apreq-2/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/httpd-apreq-2/STATUS,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- STATUS    13 Apr 2004 00:41:55 -0000      1.41
  +++ STATUS    15 Apr 2004 23:12:32 -0000      1.42
  @@ -45,6 +45,17 @@
                0:
               -1:
   
  +    - Should we replace req->body with an iterator API (added to
  +      apreq_parser_t)?  The rationale is that this would make xml
  +      parsing possible (xml data doesn't map naturally to apr_table_t).
  +      Xml support is a requirement for XForms.  The disadvantage is that
  +      there may be a performance hit due to the additional abstractions.
  +
  +            +1: joes
  +             0:
  +            -1:
  +
  +
   TODO:
   
       - Get env/ (Apache::Test) tests to work for --with-apache2-src option.
  
  
  

Reply via email to