Skip to content

Commit

Permalink
Use sanitised result of select_subprotocol
Browse files Browse the repository at this point in the history
- Fix #442
- Fix #445
  • Loading branch information
benz0li committed Feb 15, 2024
1 parent 9b624c4 commit fe903d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server_proxy/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ async def start_websocket_connection():
request=request,
on_message_callback=message_cb,
on_ping_callback=ping_cb,
subprotocols=self.subprotocols,
subprotocols=self.select_subprotocol(self.subprotocols),
resolver=resolver,
)
self._record_activity()
Expand Down

0 comments on commit fe903d3

Please sign in to comment.