Remove dependency on `http_multi_socket`. (#1266)

Closes #1264

Listening on both IPv6 and IPv4 allows for the case where `node` only
supports IPv4 but the OS supports IPv6, however this is not a situation
that should come up in the real world.

Bind to IPv6 and fall back to IPv4 if it doesn't work. The node side
calls `net.connect(port)` which should support either assuming OS
support.
3 files changed
tree: 9d4d65efd65e66dabf279900ae0f43b2ef49e055
  1. pkgs/
  2. tool/
  3. .gitignore
  4. .travis.yml
  5. analysis_options.yaml
  6. CONTRIBUTING.md
  7. mono_repo.yaml
  8. README.md
README.md

Test Mono Repository

This repository contains packages for writing and running Dart tests.

test

A full featured packaged for writing and running Dart tests on various platforms, e.g. VM, Chrome, Node etc.

test_api

A minimal package for writing tests. This package is used by package:test and package:test_core.

test_core

A minimal package for writing and running tests. It also contains extensions for implementing a custom test runner. This package is used by package:test.