Add Kris Nova to X-Clacks-Overhead (#1355)

Rest in peace 😔

https://nivenly.org/memorials/krisnova/
This commit is contained in:
Ellie Huxtable 2023-10-28 21:18:16 +01:00 committed by GitHub
parent 2959891f58
commit bb438d8d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ async fn teapot() -> impl IntoResponse {
async fn clacks_overhead<B>(request: Request<B>, next: Next<B>) -> Response {
let mut response = next.run(request).await;
let gnu_terry_value = "GNU Terry Pratchett";
let gnu_terry_value = "GNU Terry Pratchett, Kris Nova";
let gnu_terry_header = "X-Clacks-Overhead";
response