Rails gives wrong headers after upgrade 2.3.5 -> 2.3.8
- by macsniper
I just upgraded from rails 2.3.5 to rails 2.3.8, but now my redirects are not working properly.
I get the following as the response HTTP Headers:
HTTP/1.1 302 Moved Temporarily
Date: Wed, 02 Jun 2010 09:40:39 GMT
Content-Length: 93
Content-Type: text/html
whereas I got previous:
HTTP/1.1 302 Moved Temporarily
Connection: close
Date: Wed, 02…