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.30.2.15 -r1.30.2.16 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 13 Jan 2021 13:10:29 -0000 1.30.2.15 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 13 Jan 2021 13:16:46 -0000 1.30.2.16 @@ -190,6 +190,7 @@ ad_proc -public util::http::available { {-preference {native curl}} + args } { Return the preferred HTTP API among those available based on @@ -202,6 +203,10 @@ 'curl', which wraps the command line utility (available on every system with curl installed). } { + if {[llength $args] > 0} { + ns_log warning "util::http::available: possible deprecated arguments specified ($args)" + } + set preferred [lindex $preference 0] if {$preferred eq "native" &&