[New-bugs-announce] [issue23350] Content-length is incorrect when request body is a list or tuple

Demian Brecht report at bugs.python.org
Fri Jan 30 02:12:42 CET 2015


New submission from Demian Brecht:

Rather than summing the value of each element of a list or tuple to use as the value of the content-length header, the length of the list or tuple is used.

----------
files: list_content_length.patch
keywords: patch
messages: 235012
nosy: demian.brecht
priority: normal
severity: normal
status: open
title: Content-length is incorrect when request body is a list or tuple
Added file: http://bugs.python.org/file37913/list_content_length.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23350>
_______________________________________


More information about the New-bugs-announce mailing list