﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3619	HttpResponse bug screws up chunked transfer-coding	chad@…	Adrian Holovaty	"When an !HttpResponse is created, the _container defaults to [""""]. Later additions are appended, so you end up with ["""", ""Actual content here.""]. Such a response fails when sent by !CherryPy's wsgiserver.py in HTTP/1.1 mode, because the chunked transfer-coding implementation sends a last-chunk token for that first """" in _container.

The attached patch solves the problem by initializing _container to an empty list ([]) when !HttpRequest is constructed with content="""".

This bug first surfaced [http://code.google.com/p/aspen/issues/detail?id=88 in Aspen].
  "		closed	Core (Other)	dev		invalid	http chunked transfer-encoding		Unreviewed	1	0	0	0	0	0
