Carsten Gehling wrote:
> 
> From: "Teodor Cimpoesu" <[EMAIL PROTECTED]>
> Sent: Sunday, February 04, 2001 7:08 PM
> 
> > a HTTP response is made of response header(s) and the response body.
> > Only the body
> > is compressed, and this is signaled in the headers so the User Agent
> > will know
> > not to stare to a bunch of binary data :)
> 
> Where can I get the specs on the compression algorithm? Is it specified in a
> RFC?

erm, it's gzip I guess.
PHP uses zlib to send compressed output, afaik [i.e. you must have
--with-zlib
in order to use the output compression handler ]

-- teodor

-- 
PHP General 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