We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f5508e + 2b471c2 commit af89d26Copy full SHA for af89d26
jupyter_server/gateway/handlers.py
@@ -36,7 +36,7 @@ def check_origin(self, origin=None):
36
return JupyterHandler.check_origin(self, origin)
37
38
def set_default_headers(self):
39
- """Undo the set_default_headers in IPythonHandler which doesn't make sense for websockets"""
+ """Undo the set_default_headers in JupyterHandler which doesn't make sense for websockets"""
40
pass
41
42
def get_compression_options(self):
0 commit comments