Changeset 8272 for temp/trunk
- Timestamp:
- 2006/11/13 15:02:00 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/module/Request.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Request.php
r8271 r8272 663 663 664 664 sfprintr("socket"); 665 sfprintr($this->_sock);666 665 // There is a connected socket in the "static" property? 667 666 if ($keepAlive && !empty($sockets[$sockKey]) && 668 667 !empty($sockets[$sockKey]->fp)) 669 668 { 670 sfprintr("test");671 669 $this->_sock =& $sockets[$sockKey]; 672 670 $err = null; … … 677 675 } 678 676 PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 677 sfprintr($err); 679 678 sfprintr($this->_sock); 680 679
Note: See TracChangeset
for help on using the changeset viewer.
