New submission from Daniel Wozniak:

The patch to fix issue http://bugs.python.org/issue16464 neglects the deleter 
method of the Request.data property. This allows Request._data to get updated 
without removing the Content-length header.

----------
components: Library (Lib)
files: patch.diff
keywords: patch
messages: 184668
nosy: dwoz, orsenthil
priority: normal
severity: normal
status: open
title: Deleting Request data does not update Content-length header.
versions: Python 3.4
Added file: http://bugs.python.org/file29485/patch.diff

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

Reply via email to