forked from TrueCloudLab/lego
5dc33c8c08
Solve is blocking, so no need to run initialization code in a separate goroutine. Removes the need for s.start. Once the listener is closed, all I/O resources have been returned. No need to wait for http.Serve to return. Removes the need for s.end. |
||
---|---|---|
.. | ||
client.go | ||
client_test.go | ||
crypto.go | ||
crypto_test.go | ||
dns_challenge.go | ||
error.go | ||
http_challenge.go | ||
http_challenge_test.go | ||
jws.go | ||
messages.go | ||
pop_challenge.go | ||
tls_sni_challenge.go | ||
tls_sni_challenge_test.go |