From 8f83e5f3443b42b6e91633f211566e3642eb413d Mon Sep 17 00:00:00 2001 From: FUTATSUKI Yasuhito Date: Sun, 25 Aug 2024 05:18:53 +0900 Subject: [PATCH] Record fix of the issue #222 --- RELEASE_NOTES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b8cc446a..9bc1ecdb 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -25,6 +25,9 @@ release, and a summary of the changes in that release. Fix issue #28: RequiredHeaders should report and log the specific error and reject the message, as documented. Patch from Dilyan Palauzov. + Fix issue #222: When the "Minimum" option is set, don't treat + empty body as partial. Patch from Yasuhito FUTATSUKI + (PR #223). Fix bug #234: Make "NoHeaderB" do something. Reported by Joseph Coffland. Fix bug #235: Quote "header.b" values in case they contain a slash