From 0c95f9c644e314a3133553fc27f536145a610d9f Mon Sep 17 00:00:00 2001 From: brectanus Date: Fri, 30 May 2008 20:16:34 +0000 Subject: [PATCH] Backport fix to improve request body processing error messages. See #504. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES b/CHANGES index 1045d7af..a1ffdabd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ 30 May 2008 - trunk ------------------- +* Improve request body processing error messages. + * Handle lack of a new line after the final boundary in a multipart request. This fixes the reported WordPress Flash file uploader problem.