aboutsummaryrefslogtreecommitdiffhomepage
path: root/.bleep
diff options
context:
space:
mode:
authorEdward Wang <[email protected]>2024-10-04 09:56:54 -0700
committerEdward Wang <[email protected]>2024-10-18 12:40:48 -0700
commit70b7d81ea82e7f9692451b29856a2a494e602323 (patch)
treeec649b8b406b1e35a26a5aeeb06b15a95d2583af /.bleep
parent51516839f7155dd74d5cf93006ec1df9ea126b11 (diff)
downloadpingora-70b7d81ea82e7f9692451b29856a2a494e602323.tar.gz
pingora-70b7d81ea82e7f9692451b29856a2a494e602323.zip
Guard against excess cache put response body payloads
Previously clients to the cache put interface writing excess response body payloads (or bodies for responses that shouldn't have bodies) could trigger a panic in the body parser. This change opts to just drain these excess payloads without writing the excess body into cache.
Diffstat (limited to '.bleep')
-rw-r--r--.bleep2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bleep b/.bleep
index e0dc84f..c142fa0 100644
--- a/.bleep
+++ b/.bleep
@@ -1 +1 @@
-f03c6a3f42dddc28f95bc10022de285e10223866
+4b2957a626c93fec5e24438cbbc0b506bbca25a6 \ No newline at end of file