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.
1 parent 1f5508e commit 2b471c2Copy full SHA for 2b471c2
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