Development

#4578 (HTTP-Version in sfWebResponse)

You must first sign up to be able to contribute.

Ticket #4578 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

HTTP-Version in sfWebResponse

Reported by: breal Assigned to: fabien
Priority: minor Milestone: 1.1.5
Component: controller Version: 1.1.4
Keywords: Cc:
Qualification: Unreviewed

Description

I'm using: symfony/1.1.4, Apache/2.2.9, nginx/0.7.16

I've problem when using nginx + apache.

Communication between nginx and apache are using HTTP/1.0. But symfony response is not correctly. Symfony set HTTP-version to HTTP/1.1. After that, Apache may used transfer encoding chunked (in my test, when response body is bigger than 9kb). And response content will have trash, because nginx waiting for HTTP/1.0 response.

I think you may use patch from: http://trac.symfony-project.org/ticket/2817

Or extend API for sfWebResponse.

Change History

10/05/08 18:11:52 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [11955]) [1.1, 1.2] fixed HTTP-Version in sfWebResponse broken under certain circumstances (closes #4578, #2817)

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting, and supporting several large Open-Source projects.