bisho

Results 4 issues of bisho

i goes on the loop from 1 ... RETRIES, so the right comparison to do is i < RETRIES. The third change, the i == 0 can never happen, i...

- OCSP stapling solves many issues because the proof of not revocation, signed with time is included in the TLS negotiation. Only the servers do it so does not affect...

Fix documentation. The way to fetch the dict id from a dictionary is `dict_data.dict_id()`. The function `zstanard.dictionary_id()` is not defined.

Now that keys have a domain, we can implement per-domain metrics. Instantiate the `DefaultExecutor` with a metrics collector to collect the metrics. Keys without domain will use `default`.