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

Use AsynchronousFileChannel for npipe #1408

Merged
merged 3 commits into from Jun 4, 2020
Merged

Use AsynchronousFileChannel for npipe #1408

merged 3 commits into from Jun 4, 2020

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented Jun 3, 2020

For those who want to test what is being fixed, try running (on Windows) the following tests on master with AHC5/OkHttp transports:

  • AttachContainerCmdIT
  • ExecStartCmdIT

StandardOpenOption.READ,
StandardOpenOption.WRITE
)
);
break;
} catch (FileNotFoundException e) {

Choose a reason for hiding this comment

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

I wonder if that should catch NoSuchFileException now.

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice catch, thanks! 👍

@bsideup bsideup merged commit 6044357 into master Jun 4, 2020
@bsideup bsideup deleted the async_npipe branch June 4, 2020 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants