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 -r1.30.2.17 -r1.30.2.18 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 14 Jan 2021 14:40:33 -0000 1.30.2.17 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 14 Jan 2021 21:35:43 -0000 1.30.2.18 @@ -209,7 +209,7 @@ set preferred [lindex $preference 0] - if {$preferred eq "native" && [acs::icanuse ns_http]} { + if {$preferred eq "native" && [acs::icanuse "ns_http results dict"]} { return "native" } elseif {[util::which curl] ne ""} { return "curl"