From: Zoran V. <vas...@us...> - 2005-03-18 08:24:52
|
Update of /cvsroot/naviserver/naviserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14670 Modified Files: ChangeLog Log Message: See file. Index: ChangeLog =================================================================== RCS file: /cvsroot/naviserver/naviserver/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ChangeLog 17 Mar 2005 20:21:50 -0000 1.22 --- ChangeLog 18 Mar 2005 08:24:40 -0000 1.23 *************** *** 1,2 **** --- 1,15 ---- + 2005-03-18 Zoran Vasiljevic <vas...@us...> + + * nsd/conn.c: Modified NsTclWriteContentObjCmd() to + consult reqPtr->avail instead of conn->contentLength + when examining how much bytes from the content is + still left to copy. The conn->contentLength is not + touched any more. + + * nsd/nsd.h: + * nsd/return.c: + * nsd/server.c: Removed handling of aolpress config + parameter (RFE #1165562) + 2005-03-17 Zoran Vasiljevic <vas...@us...> |