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.14 -r1.15 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 9 May 2018 15:33:29 -0000 1.14 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 17 May 2018 07:43:24 -0000 1.15 @@ -405,7 +405,7 @@ @param headers specifies an ns_set of extra headers to send to the server when doing the request. Some options exist that - allow to avoid the need to specify headers manually, but headers + allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @param gzip_response informs the server that we are @@ -515,7 +515,7 @@ multipart. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -931,7 +931,7 @@ once the request is over. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -1095,7 +1095,7 @@ Issue an HTTP request either GET or POST to the url specified. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -1232,7 +1232,7 @@ This is the native implementation based on NaviServer HTTP api. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options. @@ -1538,7 +1538,7 @@ when ssl native capabilities are not available. @param headers specifies an ns_set of extra headers to send to the - server when doing the request. Some options exist that allow to + server when doing the request. Some options exist that allow one to avoid the need to specify headers manually, but headers will always take precedence over options.