Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -N -r1.72 -r1.73 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 20 Apr 2004 21:13:04 -0000 1.72 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 27 Apr 2004 11:16:52 -0000 1.73 @@ -2109,9 +2109,13 @@ ad_proc -public ReturnHeaders {{content_type text/html}} { - we use this when we want to send out just the headers - nd then do incremental ns_writes. This way the user - doesn't have to wait like if you used a single ns_return + We use this when we want to send out just the headers + and then do incremental writes with ns_write. This way the user + doesn't have to wait for streamed output (useful when doing + bulk uploads, installs, etc.). + + It returns status 200 and all headers including + any added to outputheaders. } { set all_the_headers "HTTP/1.0 200 OK MIME-Version: 1.0