-
Notifications
You must be signed in to change notification settings - Fork 66
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
Support IPv6 endpoint #707
base: main
Are you sure you want to change the base?
Conversation
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.
fix and ship
include/aws/crt/dns.h
Outdated
@@ -0,0 +1,17 @@ | |||
#pragma once |
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.
probably want to put it into DnsUtils.h similar to existign StringUtils
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.
sure, will change the filename
include/aws/crt/dns.h
Outdated
{ | ||
namespace Crt | ||
{ | ||
namespace dns |
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.
All crt namespaces start with upper case
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.
sure, will change
source/dns.cpp
Outdated
|
||
} // namespace dns | ||
} // namespace Crt | ||
} // namespace Aws |
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.
nit: new line at the end
Issue #, if available:
aws/aws-sdk-cpp#3244
Description of changes:
Create cpp bindings
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.