Any reason not to commit this?
# svn diff symfony_svn_lib/response/sfWebResponse.class.php
Index: symfony_svn_lib/response/sfWebResponse.class.php
===================================================================
--- symfony_svn_lib/response/sfWebResponse.class.php (revision 5564)
+++ symfony_svn_lib/response/sfWebResponse.class.php (working copy)
@@ -278,7 +278,7 @@
}
// status
- $status = 'HTTP/1.0 '.$this->statusCode.' '.$this->statusText;
+ $status = 'HTTP/1.1 '.$this->statusCode.' '.$this->statusText;
header($status);
if (sfConfig::get('sf_logging_enabled'))
This stops symfony serving any HTTP1.1 features, such as, and possibly
most importantly - keep-alive!
--
Ian P. Christian ~ pookey.co.uk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---