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.3.2.9 -r1.3.2.10 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 21 Jan 2017 18:26:10 -0000 1.3.2.9 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 23 Jan 2017 14:34:18 -0000 1.3.2.10 @@ -679,12 +679,6 @@ # Body will be appended as is to the payload set body "${payload}${body}" - if {[ns_set iget $headers "transfer-encoding"] ne "chunked"} { - # some servers (e.g. Google) will demand this header in case of - # POST requests - ns_set put $headers "Content-length" [string length $body] - } - return [util::http::request \ -method POST \ -body $body \