a4d17085f5
This diff modifies the implementation of oohelperd in the master branch to always use throw-away HTTPClient, Dialer, and Resolver. The rationale of this change is to ensure we're not hitting limits of the HTTPClient regarding the max number of connections per host. This issue is described at https://github.com/ooni/probe/issues/2182. While there, it feels more correct to use throw-away Dialer and Resolver. We have a different patch for the release/3.15 branch because of netx-related refactorings: https://github.com/ooni/probe-cli/pull/832. |
||
---|---|---|
.. | ||
internal/webconnectivity | ||
oohelperd_test.go | ||
oohelperd.go | ||
README.md |
oohelperd
This directory contains the source code of the Web Connectivity test helper written in Go.