Index: temp/trunk/data/module/Request.php
===================================================================
--- temp/trunk/data/module/Request.php	(revision 8272)
+++ temp/trunk/data/module/Request.php	(revision 8273)
@@ -672,9 +672,9 @@
             $this->_notify('connect');
             $this->_sock =& new Net_Socket();
+					sfprintr($this->_sock);
+
             $err = $this->_sock->connect($host, $port, null, $this->_timeout, $this->_socketOptions);
         }
         PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest());
-		sfprintr($err);
-		sfprintr($this->_sock);
 
         if (!PEAR::isError($err)) {
Index: temp/trunk/data/module/Net/Socket.php
===================================================================
--- temp/trunk/data/module/Net/Socket.php	(revision 8270)
+++ temp/trunk/data/module/Net/Socket.php	(revision 8273)
@@ -106,4 +106,5 @@
         }
 
+		sfprintr($addr);
         if (!$addr) {
             return $this->raiseError('$addr cannot be empty');
