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.23 -r1.24 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 1 Aug 2018 10:39:13 -0000 1.23 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 5 Aug 2018 21:08:07 -0000 1.24 @@ -205,7 +205,7 @@ @param force_ssl specifies whether we want to use SSL despite the url being in http:// form. Default behavior is to use SSL on - https:// urls only. + https:// URLs only. } { set ssl_p [expr {$force_ssl_p || [string match "https://*" $url]}] @@ -424,7 +424,7 @@ @param force_ssl specifies whether we want to use SSL despite the url being in http:// form. Default behavior is to use - SSL on https:// urls only. + SSL on https:// URLs only. @param spool enables file spooling of the request on the file specified. It is useful when we expect large responses from the @@ -542,7 +542,7 @@ @param force_ssl specifies whether we want to use SSL despite the url being in http:// form. Default behavior is to use SSL on - https:// urls only. + https:// URLs only. @param spool enables file spooling of the request on the file specified. It is useful when we expect large responses from the @@ -958,7 +958,7 @@ @param force_ssl specifies whether we want to use SSL despite the url being in http:// form. Default behavior is to use SSL on - https:// urls only. + https:// URLs only. @param spool enables file spooling of the request on the file specified. It is useful when we expect large responses from the @@ -1138,7 +1138,7 @@ @param force_ssl specifies whether we want to use SSL despite the url being in http:// form. Default behavior is to use SSL on - https:// urls only. + https:// URLs only. @param spool enables file spooling of the request on the file specified. It is useful when we expect large responses from the @@ -1277,7 +1277,7 @@ @param force_ssl specifies whether we want to use SSL despite the url being in http:// form. Default behavior is to use SSL on - https:// urls only. + https:// URLs only. @param spool enables file spooling of the request on the file specified. It is useful when we expect large responses from the