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 e05bf53 commit 5e73029Copy full SHA for 5e73029
jupyter_server_proxy/handlers.py
@@ -319,7 +319,7 @@ def proxy_request_headers(self):
319
def proxy_request_options(self):
320
'''A dictionary of options to be used when constructing
321
a tornado.httpclient.HTTPRequest instance for the proxy request.'''
322
- return dict(follow_redirects=False, connect_timeout=250, request_timeout=300.0)
+ return dict(follow_redirects=False, connect_timeout=250.0, request_timeout=300.0)
323
324
def check_xsrf_cookie(self):
325
'''
0 commit comments