diff options
-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) { |