diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2022-09-06 11:01:34 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2022-09-06 11:01:37 -0700 |
commit | 30264158fc1cc261638155d4b1104cad212baa2f (patch) | |
tree | 44eb9f8ecbea170dfc70503a269ed855e84166db /rust | |
parent | 1bfa9a012bc9f1da44bf30c085eb3c4f893b4386 (diff) | |
download | fatcat-30264158fc1cc261638155d4b1104cad212baa2f.tar.gz fatcat-30264158fc1cc261638155d4b1104cad212baa2f.zip |
RIP Peter Eckersley
"A man is not dead while his name is still spoken."
Diffstat (limited to 'rust')
-rw-r--r-- | rust/src/bin/fatcatd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<Response> { res.headers - .set(XClacksOverhead("GNU aaronsw, jpb".to_owned())); + .set(XClacksOverhead("GNU aaronsw, jpb, pde".to_owned())); Ok(res) } } |