summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArron Woods <aw@chartblocks.com>2015-03-05 10:22:03 +0000
committerArron Woods <aw@chartblocks.com>2015-03-05 10:22:03 +0000
commitcb50028b2113ef7bee3426551150d8947dcf41f1 (patch)
tree58958aeef5a0e3c4e0c809f1f10926265b131eea
parentda6253e2fad867f79898dca836d869aabc2909e6 (diff)
downloadphp-ssrs-cb50028b2113ef7bee3426551150d8947dcf41f1.zip
php-ssrs-cb50028b2113ef7bee3426551150d8947dcf41f1.tar.gz
php-ssrs-cb50028b2113ef7bee3426551150d8947dcf41f1.tar.bz2
Let curl calculate content-length
-rwxr-xr-xlibrary/SSRS/Soap/NTLM.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/SSRS/Soap/NTLM.php b/library/SSRS/Soap/NTLM.php
index e937470..d0d6b31 100755
--- a/library/SSRS/Soap/NTLM.php
+++ b/library/SSRS/Soap/NTLM.php
@@ -181,7 +181,6 @@ class NTLM extends \SoapClient {
if ($data !== null) {
$headers[] = 'Content-Type: text/xml; charset=utf-8';
- $headers[] = 'Content-Length: ' . strlen($data);
}
if ($action !== null) {