diff options
author | Arron Woods <aw@chartblocks.com> | 2015-03-05 10:22:03 +0000 |
---|---|---|
committer | Arron Woods <aw@chartblocks.com> | 2015-03-05 10:22:03 +0000 |
commit | cb50028b2113ef7bee3426551150d8947dcf41f1 (patch) | |
tree | 58958aeef5a0e3c4e0c809f1f10926265b131eea | |
parent | da6253e2fad867f79898dca836d869aabc2909e6 (diff) | |
download | php-ssrs-cb50028b2113ef7bee3426551150d8947dcf41f1.zip php-ssrs-cb50028b2113ef7bee3426551150d8947dcf41f1.tar.gz php-ssrs-cb50028b2113ef7bee3426551150d8947dcf41f1.tar.bz2 |
Let curl calculate content-length
-rwxr-xr-x | library/SSRS/Soap/NTLM.php | 1 |
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) { |