Skip to content

v1.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Dec 21:40
dd630ee

cancel x509 cert signing request if the request times out.

If the client cancels the request or server does not sign x509 certificate within a given time range, server will now cancel the request and return DeadlineExceeded as error code. The goal of this change is to reduce load on the server when it is exhausted and reduce avg. signing latency.
More Info: #56