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

Commits on Mar 5, 2020

  1. test: Ignore removing ephemeral buffer files

    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 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7ae24c5 View commit details
    Browse the repository at this point in the history
  2. test: Correct linger option related type

    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 committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    7d16531 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. test: windows: Add warnings for linger_timeout to be greater than 65536

    Signed-off-by: Hiroshi Hatake <hatake@clear-code.com>
    cosmo0920 committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    b55e610 View commit details
    Browse the repository at this point in the history