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

vlib: fix tcp_test.v #20389

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

vlib: fix tcp_test.v #20389

wants to merge 1 commit into from

Commits on Jan 5, 2024

  1. vlib: fix tcp_test.v

    Test that: the listen_tcp method should not accept
    .unix af.; and it indeed fails when invoked like so.
    
    Remove $windows specific code from tcp.c.v,
    that on surface inspection seems to be invalid.
    
    Fix server_test.v to use 127.0.0.1 when connecting
    to the HTTP server, as Windows does not accept
    a connection to 0.0.0.0 (it works on Linux/BSD.)
    hholst80 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3dd955e View commit details
    Browse the repository at this point in the history