Backport fix to improve request body processing error messages. See #504.

This commit is contained in:
brectanus 2008-05-30 20:16:34 +00:00
parent 4d2fa2741c
commit 0c95f9c644

View File

@ -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.