Skip to content

Pass listen => 1 to Plack::Test::test_psgi#31

Open
ilmari wants to merge 1 commit intokazeburo:masterfrom
ilmari:use-listen-in-tests
Open

Pass listen => 1 to Plack::Test::test_psgi#31
ilmari wants to merge 1 commit intokazeburo:masterfrom
ilmari:use-listen-in-tests

Conversation

@ilmari
Copy link
Contributor

@ilmari ilmari commented Nov 1, 2016

This gets passed on to Test::TCP which asks the kernel for a free
listening socket, avoiding the race conditions inherent in trying to
find a free one manually.

No need to bump the Plack::Test version dependency, since older versions
will just ignore the parameter and keep working in the racy fashion.

This gets passed on to Test::TCP which asks the kernel for a free
listening socket, avoiding the race conditions inherent in trying to
find a free one manually.

No need to bump the Plack::Test version dependency, since older versions
will just ignore the parameter and keep working in the racy fashion.
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.

1 participant