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 -r1.133.2.33 -r1.133.2.34 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 31 Dec 2013 16:21:10 -0000 1.133.2.33 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 31 Mar 2014 06:16:54 -0000 1.133.2.34 @@ -1647,7 +1647,7 @@ return -code error "ad_httpget: Recursive redirection: $url" } - lassign [ns_httpopen GET $url $headers $timeout] rdf wfd headers + lassign [ns_httpopen GET $url $headers $timeout] rfd wfd headers close $wfd set response [ns_set name $headers]