Skip to content
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

THRIFT-2530: Fix TIOStreamTransport#isOpen #1878

Merged
merged 1 commit into from
Oct 10, 2019

Conversation

qinghui-xu
Copy link
Contributor

isOpen always returning true (even after close is called) should be considered as anti-pattern behavior.

@dcelasun
Copy link
Member

dcelasun commented Oct 9, 2019

This can unexpectedly break callers, please add it to CHANGES.md.

isOpen should return false when close is called.
@qinghui-xu
Copy link
Contributor Author

Done.

@dcelasun dcelasun merged commit ab89b8b into apache:master Oct 10, 2019
@dcelasun
Copy link
Member

Merged, thanks!

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