guanqingan / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

zip库用错了 #173

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
package net.rubyeye.xmemcached.transcoders

BasicSerializingTranscoder compress/decompress中
使用了GZIPInputStream/GZIPOutputStream, 
如果用libmemcached等其他语言读取会报Failed to uncompress data
改成zip的Inflater/Deflater就可以了.

Original issue reported on code.google.com by dennis.h...@gmail.com on 4 Jan 2012 at 7:57

GoogleCodeExporter commented 9 years ago
这并不是用错了,gzip压缩和zip压缩本来就不一样。不过确实�
��当支持不同的压缩方式,我会添加个支持zip压缩的选项。

Original comment by killme2...@gmail.com on 5 Jan 2012 at 12:50

GoogleCodeExporter commented 9 years ago

Original comment by killme2...@gmail.com on 13 Jan 2012 at 1:52

GoogleCodeExporter commented 9 years ago
xmemcached 1.3.6 released.

Original comment by killme2...@gmail.com on 19 Mar 2012 at 2:13