Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Jul : Deflate HTTP response
| Subject: | Deflate HTTP response |
| Posted by: | "Gabriel Corneanu" (gabrielcorneanu@nospam.yahoo.com) |
| Date: | Tue, 26 Jul 2005 23:40:47 |
I am trying to use HTTP compression in Indy10.
I'm simply using a TIdCompressorZLibEx.CompressHTTPDeflate() on the
contentstream (after checking Accept-Encoding) and set ContentEncoding to
"deflate".
The strange thing is that IE shows an empty page, but Opera works very well.
Am I missing something here??
Thanks,
Gabriel