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

Exec detach #155

Merged
merged 8 commits into from
Mar 17, 2023
Merged

Exec detach #155

merged 8 commits into from
Mar 17, 2023

Conversation

bamboocleaver
Copy link
Contributor

@bamboocleaver bamboocleaver commented Mar 13, 2023

What did you implement:

A fix for Exec::start() that expected the connection to be upgraded to TCP stream unconditionally.

How did you verify your change:

I use it in my project and it passes existing tests and an additional test specifically made to check my change (container_exec_detach).

Copy link
Owner

@vv9k vv9k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR! I left some suggestions that I think could be improved

tests/container_tests.rs Outdated Show resolved Hide resolved
src/api/exec.rs Outdated Show resolved Hide resolved
src/api/exec.rs Outdated Show resolved Hide resolved
@bamboocleaver
Copy link
Contributor Author

Thanks for your suggestions :) I applied them and updated the changelog.

src/api/exec.rs Outdated Show resolved Hide resolved
@vv9k
Copy link
Owner

vv9k commented Mar 16, 2023

LGTM, thank you :)

@vv9k vv9k merged commit 33cf4bf into vv9k:master Mar 17, 2023
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