Index: temp/trunk/data/module/Request.php
===================================================================
--- temp/trunk/data/module/Request.php	(revision 8270)
+++ temp/trunk/data/module/Request.php	(revision 8271)
@@ -661,8 +661,12 @@
         unset($this->_sock);
 
+		
+		sfprintr("socket");
+		sfprintr($this->_sock);
         // There is a connected socket in the "static" property?
         if ($keepAlive && !empty($sockets[$sockKey]) &&
             !empty($sockets[$sockKey]->fp)) 
         {
+			sfprintr("test");
             $this->_sock =& $sockets[$sockKey];
             $err = null;
@@ -673,4 +677,5 @@
         }
         PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest());
+		sfprintr($this->_sock);
 
         if (!PEAR::isError($err)) {
