Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add net_http_connect_on_start example with explicit domain
In order to workaround the `net_http_connect_on_start` gotcha while working with Capybara it's sometimes necessary to restrict the scope of `net_http_connect_on_start`. This adds information from [this comment](#914 (comment)) to the readme to make debugging that issue easier, and adds an example to show `net_http_connect_on_start` accepts domains as well as boolean values.
- Loading branch information