aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bleep
diff options
context:
space:
mode:
authorMatthew Gumport <[email protected]>2024-10-21 14:55:19 -0700
committerKevin Guthrie <[email protected]>2024-10-28 11:51:38 -0400
commitfafc38ac59e9539cdfe04f21f4b1e98fa954559e (patch)
tree474f05c737383aa87df69164f7066ee5008020d8 /.bleep
parent80541d19801ef54417434d2d28b87d932c8d36f6 (diff)
downloadpingora-fafc38ac59e9539cdfe04f21f4b1e98fa954559e.tar.gz
pingora-fafc38ac59e9539cdfe04f21f4b1e98fa954559e.zip
change `CachePut::cacheable` to own `ResponseHeader`
This changes the `CachePut` trait to take ownership of the response header. We have a use-case for mutating the headers as we process the response, and we would like to avoid copying them in order to do so.
Diffstat (limited to '.bleep')
-rw-r--r--.bleep2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bleep b/.bleep
index 58d7263..c522314 100644
--- a/.bleep
+++ b/.bleep
@@ -1 +1 @@
-39040c8a02426aefbf04ae03b7d01f4fdad91464 \ No newline at end of file
+a0e0694e1a76aea46e0c9b2ba50139be20a98364 \ No newline at end of file