-
Notifications
You must be signed in to change notification settings - Fork 848
ip_resolve - Make config variable overridable #6769
New issue
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
ip_resolve - Make config variable overridable #6769
Conversation
eabea01 to
be21982
Compare
| .. c:macro:: TS_CONFIG_SSL_CLIENT_SNI_POLICY | ||
| .. c:macro:: TS_CONFIG_SSL_CLIENT_PRIVATE_KEY_FILENAME | ||
| .. c:macro:: TS_CONFIG_SSL_CLIENT_CA_CERT_FILENAME | ||
| .. c:macro:: TS_CONFIG_HTTP_HOST_RESOLUTION_STYLE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You said you'd changed this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my bad! though it's updated in the code, I didn't update the doc properly.
SolidWallOfCode
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the "STYLE" to "PREFERENCE".
be21982 to
bedabb5
Compare
bedabb5 to
33f0674
Compare
|
[approve ci autest] |
|
[approve ci autest] |
1 similar comment
|
[approve ci autest] |
|
Cherry-picked to v9.0.x branch. |
With this change, host resolution order can now be override per transaction if needed. Documentation was also updated to reflect this change.
Test also included.