> i don't know about the performance loss
> but the hex numbers you get are just what
> you requested
> 

The performance loss is also due to using HTTP/1.1, which defaults to 
having keepalive on.  Until you tell it to close the connection or it times 
out (about 2 seconds), it will keep it open.

Switching to HTTP/1.0 fixes both issues.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to