Changeset 8271 for temp/trunk/data/module/Request.php
- Timestamp:
- 2006/11/13 15:01:12 (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
r8270 r8271 661 661 unset($this->_sock); 662 662 663 664 sfprintr("socket"); 665 sfprintr($this->_sock); 663 666 // There is a connected socket in the "static" property? 664 667 if ($keepAlive && !empty($sockets[$sockKey]) && 665 668 !empty($sockets[$sockKey]->fp)) 666 669 { 670 sfprintr("test"); 667 671 $this->_sock =& $sockets[$sockKey]; 668 672 $err = null; … … 673 677 } 674 678 PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 679 sfprintr($this->_sock); 675 680 676 681 if (!PEAR::isError($err)) {
Note: See TracChangeset
for help on using the changeset viewer.
