We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yii2-httpclient/src/StreamTransport.php
Lines 41 to 43 in 3fc9b07
This value should be configurable via a property and the default should be true instead of false.
true
false
The text was updated successfully, but these errors were encountered:
Do you mean a standalone property? Because isn't it configurable via options, see here?
options
I agree about the security implications, but it also might break several exisiting apps.
Sorry, something went wrong.
Because isn't it configurable via options, see here?
good point, did not notice it was configurable like that.
It is "only" a bad default then.
Yes, default should be adjusted. No need to add a dedicated property though.
No branches or pull requests
What steps will reproduce the problem?
yii2-httpclient/src/StreamTransport.php
Lines 41 to 43 in 3fc9b07
What's expected?
This value should be configurable via a property and the default should be
true
instead offalse
.Additional info
The text was updated successfully, but these errors were encountered: