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

Fix appveyor ci for round3 #2862

Merged
merged 3 commits into from Mar 6, 2020
Merged

Fix appveyor ci for round3 #2862

merged 3 commits into from Mar 6, 2020

Conversation

cosmo0920
Copy link
Contributor

Which issue(s) this PR fixes:

Related to #2854.

  • Omit deleting ephemeral buffer file due to permission error.
    • Windows does not permit removing files which are used in another process even if administrator.
  • Fix linger_timeout handling on Windows

What this PR does / why we need it:
We should take care of AppVeyor CI result.

Docs Changes:
No needed.

Release Note:

None.

This is because Windows does not permit to remove files which are used in another process.

Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
@cosmo0920 cosmo0920 requested a review from ganmacs March 5, 2020 08:14
In Winsock, linger related struct's menber types
are not `int` but `u_short` (unsigned short).

`linger_timeout` also should be set up when linger_timeout > 0.

Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
@cosmo0920 cosmo0920 self-assigned this Mar 6, 2020
Copy link
Member

@ganmacs ganmacs left a comment

Choose a reason for hiding this comment

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

with a comment.

Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
@cosmo0920
Copy link
Contributor Author

I'll merge this PR after finishing CIs.

@cosmo0920 cosmo0920 merged commit 47be96e into master Mar 6, 2020
@cosmo0920 cosmo0920 deleted the fix-appveyor-ci-for-round3 branch March 6, 2020 07:05
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.

None yet

2 participants