wangshen2014 / pywebsocket

Automatically exported from code.google.com/p/pywebsocket
0 stars 0 forks source link

DEFLATE compression level for outband traffic is set to Z_NO_COMPRESSION for deflate-stream #94

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Z_NO_COMPRESSION is specified by mistake for DeflateConnection class. Use 
Z_DEFAULT_COMPRESSION.

Original issue reported on code.google.com by tyoshino@chromium.org on 11 May 2011 at 11:45

GoogleCodeExporter commented 9 years ago
Fixed http://codereview.appspot.com/4538049/

Original comment by tyoshino@chromium.org on 12 May 2011 at 10:34