Skip to content

Commit

Permalink
Update internal/netxlite/httpfactory.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone authored Sep 14, 2023
1 parent 80bac30 commit 81003c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/netxlite/httpfactory.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type HTTPTransportOption func(txp *oohttp.Transport)
//
// This factory clones the default github.com/ooni/oohttp transport and
// configures the provided dialer and TLS dialer by setting the .DialContext
// and .DialTLSContext fields of the transport. We'll wrap the provided
// and .DialTLSContext fields of the transport. We also wrap the provided
// dialers to address https://github.com/ooni/probe/issues/1609.
//
// Apart from that, the only non-default options set by this factory are these:
Expand Down

0 comments on commit 81003c1

Please sign in to comment.