-
Notifications
You must be signed in to change notification settings - Fork 61
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
aws_tls_handler_write exists in header file, but there's no implementation? #624
Comments
Sorry for any confusion, but this was never implemented as you noticed. I've created a PR to remove it from the header file, but I would like to know more details about your use case and why you would like to use this function? |
Greetings! It looks like this issue hasn’t been active in longer than a week. We encourage you to check if this is still an issue in the latest release. Because it has been longer than a week since the last update on this, and in the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or add an upvote to prevent automatic closure, or if the issue is already closed, please feel free to open a new one. |
Well, when I was originally reading through, I figured that using the It seems to me that there could be a default |
Describe the bug
The tls_channel_handler.h file includes the following declaration:
But there doesn't seem to be a generic or any platform-specific implementations of the function.
Expected Behavior
Have an implementation of this function.
Current Behavior
Can't use the function
Reproduction Steps
Tried to use function but discovered I couldn't
Possible Solution
No response
Additional Information/Context
No response
aws-c-io version used
latest master
Compiler and version used
not exactly sure; can find out if needed
Operating System and version
pretty up-to-date macos
The text was updated successfully, but these errors were encountered: