Closed
Description
My website pages are loading in an endless loop since RC6. (The RC4 is ok)
When I remove compression algorithms (gzip, deflate) from my browser http accept encoding, the problem no longer appears.
It seems that the generated Content-Length
is buggy in Symfony\Component\HttpFoundation\Response::prepare
My actual workaround is to comment this Content-Length
setting.
I'm using IIS 7.0