Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce code duplication when initializing Refresh.HttpsProxy (#594)
Since we pass the `BunkumServer` into the `Initialize` function to avoid a closure allocation, we can use this to our advantage and only have one function to set up both servers.
- Loading branch information