twisted.web.proxy creates responses with too many headers

[email protected] Mon, 15 Feb 2010 19:42:06 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from exarkun <[email protected]>:

Since #2677 was resolved, `twisted.web.proxy` now includes every header it receives in the response it sends back to the client.

Unfortunately this results in some duplication in headers.  Twisted Web adds the ''Server'', ''Date'', and ''Content-Type'' headers unconditionally, so the possibility exists for two of each of these to be included in the response.


----------
Type     : defect
Component: web
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4277