Skip to content

Fix stream handler implementation of readable() #74

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

Merged
merged 3 commits into from
Aug 29, 2018
Merged

Fix stream handler implementation of readable() #74

merged 3 commits into from
Aug 29, 2018

Conversation

mattsb42-aws
Copy link
Member

Issue #, if available: #73

Description of changes:
StreamEncryptor and StreamDecryptor should always report as readable if they are open.

We had previously been inheriting this from io.BaseIO, but it turns out that this was not implementing the behavior we expected.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mattsb42-aws mattsb42-aws requested a review from a team August 29, 2018 18:20
@mattsb42-aws mattsb42-aws merged commit 954ce66 into aws:master Aug 29, 2018
@mattsb42-aws mattsb42-aws deleted the dev-73 branch August 29, 2018 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants