You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove the `CHAIN` const and tuple from `TEST_SERVER` - this is
now encapsulated in the `ClientConfig` that's returned from
`make_configs()` and no tests are constructing a config from scratch.
Similarly the domain name is always `"foobar.com"` (this is baked into
the vendored end-entity certificate). Let's just use a const for that.
* Remove `start_server()` - it's too small to be of much utility. Let's
just ref the `lazy_static!` directly.
0 commit comments