Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.3.2.16 -r1.3.2.17 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 9 Feb 2017 14:48:46 -0000 1.3.2.16 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 27 Mar 2017 10:33:29 -0000 1.3.2.17 @@ -1417,7 +1417,7 @@ } if {$delete_body_file_p} { - file delete -force $body_file + file delete -force -- $body_file } ## Decoding of the response @@ -1792,9 +1792,9 @@ } # Delete temp files - file delete $resp_headers_tmpfile + file delete -- $resp_headers_tmpfile if {$create_body_file_p || $delete_body_file_p} { - file delete -force $body_file + file delete -force -- $body_file } return [list \