Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(netxlite): use *Netx for creating UTLS handshakers (#1256)
While working on removing technical debt, as part of ooni/probe#2531, it makes sense ensuring that there is a single way of constructing netxlite types by always using an instance of *Netx. This job is relatively easy because we are a couple of patches away from achieving this goal and, by doing this, we would avoid creating future technical debt. So, I am going to ahead and implement this.
- Loading branch information