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.5 -r1.30.2.6 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 4 Aug 2020 09:35:16 -0000 1.30.2.5 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 6 Aug 2020 13:09:53 -0000 1.30.2.6 @@ -21,7 +21,7 @@ {-pattern ""} } { Extracts cookies from response headers. This is done reading every set-cookie header - and populating a ns_set of request headers suitable for issuing util::http requests. + and populating an ns_set of request headers suitable for issuing util::http requests. @param resp_headers Response headers, in a list form as returned by util::http API. @@ -1215,7 +1215,7 @@ # This conversion is not needed (anymore?) for native implementation # ad_proc -private util::http::native::timeout {input} { -# Convert the provided value to a ns_time format +# Convert the provided value to an ns_time format # used by NaviServer # } {