id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,qualification
4864,use HTTP/1.0 or HTTP/1.1 in sfWebResponse::sendHttpHeaders() based on configuration,Adlan,fabien,sfWebResponse forces HTTP 1.1 in sendHttpHeaders. \r\nAny chance to make this behaviour configurable to make it possible to choose between 1.0 and 1.1 versions of http? A lot of people use reverse proxies such as nginx and nginx particularly expects HTTP/1.0 reply from backend_ and if the reply is chunked as in http/1.1 the output will be garbaged.\r\nA simple workaround for this is to inherit from sfWebResponse_ override sendHttpHeaders and define the new response class in factories.yml_ but having almost exact copy of overriden method does not play nicely with DRY principle.,enhancement,closed,minor,1.1.5,configuration,1.1.4,fixed,,,Unreviewed
