namecoin / encaya

Namecoin interoperability for AIA-compatible TLS clients
https://www.namecoin.org/
GNU General Public License v3.0
2 stars 4 forks source link

Stop() should actually stop the HTTP/HTTPS servers #14

Open JeremyRand opened 3 years ago

JeremyRand commented 3 years ago

Currently server.Stop() doesn't actually do anything. This doesn't matter in practice since the process will exit imminently, which will shut down the HTTP/HTTPS listeners, but we really should stop those listeners explicitly.