Rishi added the comment:

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.

----------
Added file: http://bugs.python.org/file37399/issue1610654_4.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue1610654>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to