Ignore:
Timestamp:
2006/11/13 15:01:12 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/module/Request.php

    r8270 r8271  
    661661        unset($this->_sock); 
    662662 
     663         
     664        sfprintr("socket"); 
     665        sfprintr($this->_sock); 
    663666        // There is a connected socket in the "static" property? 
    664667        if ($keepAlive && !empty($sockets[$sockKey]) && 
    665668            !empty($sockets[$sockKey]->fp))  
    666669        { 
     670            sfprintr("test"); 
    667671            $this->_sock =& $sockets[$sockKey]; 
    668672            $err = null; 
     
    673677        } 
    674678        PEAR::isError($err) or $err = $this->_sock->write($this->_buildRequest()); 
     679        sfprintr($this->_sock); 
    675680 
    676681        if (!PEAR::isError($err)) { 
Note: See TracChangeset for help on using the changeset viewer.