@@ -199,7 +199,7 @@ |
||
| 199 | 199 | |
| 200 | 200 | $contentLength = strlen((string) $body); |
| 201 | 201 | if (!array_key_exists('content-length', $keys)) { |
| 202 | - $headers['Content-Length'] = $contentLength ; |
|
| 202 | + $headers['Content-Length'] = $contentLength; |
|
| 203 | 203 | } |
| 204 | 204 | |
| 205 | 205 | if (!array_key_exists('content-md5', $keys) && $contentLength) { |