| commit | 8033d676a87f0bc80ba728c89c1fb86db3cf8cfc | [log] [tgz] |
|---|---|---|
| author | Anna Gringauze <annagrin@google.com> | Mon Nov 29 15:47:54 2021 -0800 |
| committer | GitHub <noreply@github.com> | Mon Nov 29 15:47:54 2021 -0800 |
| tree | 3a81132d5bc91c70b09fe25dd99c7c4fb1fe5030 | |
| parent | bd399e11e6fcc743cea4bc10f4e5b4cda8342947 [diff] |
Reliably find unused port to start extension backend http service on (#1451) We start extension backend http server with port 0, which creates flakes in flutter web tests. Find an unused port instead. Closes: https://github.com/dart-lang/webdev/issues/1450