Skip to content

ooni/oocrypto v0.2.1

Compare
Choose a tag to compare
@bassosimone bassosimone released this 19 Aug 08:50
· 334 commits to main since this release
v0.2.1
0e8e89c
This release includes a fix where we cannot use the connection
returned by `NewClientConnStdlib` because the returned interface
does not declare it implements the `NetConn` method, hence the
returned type is not compatible with `oohttp.TLSConn`.