From 30264158fc1cc261638155d4b1104cad212baa2f Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 6 Sep 2022 11:01:34 -0700 Subject: RIP Peter Eckersley "A man is not dead while his name is still spoken." --- rust/src/bin/fatcatd.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') diff --git a/rust/src/bin/fatcatd.rs b/rust/src/bin/fatcatd.rs index 006154df..52c2bc25 100644 --- a/rust/src/bin/fatcatd.rs +++ b/rust/src/bin/fatcatd.rs @@ -27,7 +27,7 @@ pub struct XClacksOverheadMiddleware; impl AfterMiddleware for XClacksOverheadMiddleware { fn after(&self, _req: &mut Request, mut res: Response) -> iron::IronResult { res.headers - .set(XClacksOverhead("GNU aaronsw, jpb".to_owned())); + .set(XClacksOverhead("GNU aaronsw, jpb, pde".to_owned())); Ok(res) } } -- cgit v1.2.3