[issue36226] multipart/related header causes false positive StartBoundaryNotFoundDefect and MultipartInvariantViolationDefect

tzickel report at bugs.python.org
Wed Sep 4 00:23:24 EDT 2019


tzickel <icebreak at yahoo.com> added the comment:

It should be noted that this causes a big headache for users of requests / urllib3 / etc... as those print on each multipart response a logging warning based on this bug, and it might cause people to go try debugging valid code:

https://github.com/urllib3/urllib3/issues/800

https://github.com/psf/requests/issues/3001

https://github.com/diyan/pywinrm/issues/269

https://github.com/jborean93/pypsrp/issues/39

https://github.com/home-assistant/home-assistant/pull/17042

https://github.com/Azure/azure-storage-python/issues/167

and others....

----------
nosy: +tzickel

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36226>
_______________________________________


More information about the Python-bugs-list mailing list