This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rishi.maker.forum
Recipients BreamoreBoy, Chui.Tey, flox, hynek, ishimoto, orsenthil, pitrou, r.david.murray, rishi.maker.forum, serhiy.storchaka, teyc
Date 2014-12-09.14:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418136244.52.0.862717016998.issue1610654@psf.upfronthosting.co.za>
In-reply-to
Content
There is indeed a test failure that occurs without the patch. This is a new test I had added. 
The reason is that in the existing implementation, when a boundary does not exist, the implementation does not include the trailing CRLF, LF or for that matter CR as part of the payload. I think that is not correct. 

However, to keep this patch compatible with behavior of existing implementation I have updated the patch to strip a single CRLF, LR or CR from the payload if a boundary is not found.
History
Date User Action Args
2014-12-09 14:44:05rishi.maker.forumsetrecipients: + rishi.maker.forum, ishimoto, orsenthil, pitrou, teyc, r.david.murray, flox, BreamoreBoy, hynek, serhiy.storchaka, Chui.Tey
2014-12-09 14:44:04rishi.maker.forumsetmessageid: <1418136244.52.0.862717016998.issue1610654@psf.upfronthosting.co.za>
2014-12-09 14:44:04rishi.maker.forumlinkissue1610654 messages
2014-12-09 14:44:04rishi.maker.forumcreate