Re: Deflate Encoding
| Newsgroups | gmane.network.gnutella.devel |
|---|---|
| Organization | Home, Grenoble, France |
| Message-ID | <[email protected]> |
Quoting mark W <[email protected]> from ml.gnutella.dev-forum: : Thanks for the reply. :I have implemented asymetric compression means during first handshake, I am :adding Accept Encoding:Deflate That MUST be "deflate" with a lower-cased "d". : I am having the tough time here, when I get a response the a stream and further :if I try to decompress the stream i get an error. Well, 3 possibilities here: * You are not receiving compressed traffic. Did you make sure you got a "Content-Encoding: deflate" from the remote peer? * You have a bug in your inflating logic. * You are mis-using the inflate API. Raphael