You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by da...@apache.org on 2002/02/27 09:47:42 UTC

cvs commit: tcl-websh/src/generic formdata.c

davidw      02/02/27 00:47:42

  Modified:    src/generic formdata.c
  Log:
  Add some comments to the fixme.
  
  Revision  Changes    Path
  1.4       +9 -4      tcl-websh/src/generic/formdata.c
  
  Index: formdata.c
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/generic/formdata.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- formdata.c	25 Oct 2001 17:50:13 -0000	1.3
  +++ formdata.c	27 Feb 2002 08:47:42 -0000	1.4
  @@ -1,8 +1,8 @@
   /*
  - * formdata.c -- x-www-form-urlencoded and multipart/form-data 
  + * formdata.c -- x-www-form-urlencoded and multipart/form-data
    *               (file upload) handling for websh3
    * nca-073-9
  - * 
  + *
    * Copyright (c) 1996-2000 by Netcetera AG.
    * Copyright (c) 2001 by Apache Software Foundation.
    * All rights reserved.
  @@ -10,7 +10,7 @@
    * See the file "license.terms" for information on usage and
    * redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
    *
  - * @(#) $Id: formdata.c,v 1.3 2001/10/25 17:50:13 davidw Exp $
  + * @(#) $Id: formdata.c,v 1.4 2002/02/27 08:47:42 davidw Exp $
    *
    */
   
  @@ -62,6 +62,7 @@
       }
   
       /* fixme: we don't set the channel options back. maybe we should  ;-) */
  +    /* add to documentation!  */
       Tcl_SetChannelOption(interp, channel, "-translation", "binary");
   
       /* ------------------------------------------------------------------------
  @@ -262,7 +263,11 @@
        * read until last
        * ----------------------------------------------------------------------- */
   
  -    /* fixme: only read content_length bytes ... */
  +    /* fixme: only read content_length bytes ...
  +
  +    Add to documentation
  +
  +    */
       while (isLast == TCL_ERROR) {
   
   	/* ------------------------------------------------------------------------
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org