diff options
| author | Fuwn <[email protected]> | 2026-04-27 05:05:30 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-27 05:05:30 +0000 |
| commit | e2af95e52e2eb9c54e0248977cb63bc47a87d503 (patch) | |
| tree | cc7816f8303d0d7773236db099b7580f9c247293 /src | |
| parent | ci: Run cargo test in addition to cargo check (diff) | |
| download | archived-windmark-e2af95e52e2eb9c54e0248977cb63bc47a87d503.tar.xz archived-windmark-e2af95e52e2eb9c54e0248977cb63bc47a87d503.zip | |
fix(response): Add missing certificate_not_authorised response macro
Diffstat (limited to 'src')
| -rw-r--r-- | src/response/macros.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/response/macros.rs b/src/response/macros.rs index 807db26..5a86eb1 100644 --- a/src/response/macros.rs +++ b/src/response/macros.rs @@ -58,6 +58,7 @@ response!( proxy_refused, bad_request, client_certificate_required, + certificate_not_authorised, certificate_not_valid, ); |