Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Some time ago I had to add a monkeypatch to the `http` library to enforce IPv6, due to the lack of support in Node for that. In version 2.2.0 of `node-fecth`, this has been fixed, and `family: 6` can be enforced via `agent`, which is what this diff does. I also simplified `Promise` handling at the `test-console-call` level by removing an un-needed `.then()` nesting. Reviewed By: rafeca Differential Revision: D9200515 fbshipit-source-id: fe06acddd8e3539f590f88eef3468b02c4242afc
- Loading branch information