Merge pull request #1261 from cc272309126/master

fix the bug that notebook websocket response can not compress
pull/1271/head
Matthias Bussonnier 10 years ago
commit 0601fc75ef

@ -296,4 +296,7 @@ class AuthenticatedZMQStreamHandler(ZMQStreamHandler, IPythonHandler):
def initialize(self):
self.log.debug("Initializing websocket connection %s", self.request.path)
self.session = Session(config=self.config)
def get_compression_options(self):
# use deflate compress websocket
return {}

Loading…
Cancel
Save