| Q |
A |
| Bug? |
yes |
| New Feature? |
no |
| Version |
Master |
Actual Behavior
When posting super large bodies you will get an error because escshellargs does not allow more than X chars. https://github.com/php-http/message/blob/v1.4.1/src/Formatter/CurlCommandFormatter.php#L42
We should make sure to catch/suppress that error and write a better error message in the curl string.