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 8ae0bcb commit 560f9e8Copy full SHA for 560f9e8
uvicorn/protocols/websockets/websockets_impl.py
@@ -226,7 +226,7 @@ def send_500_response(self) -> None:
226
# itself (see https://github.com/Kludex/uvicorn/issues/920)
227
self.handshake_started_event.set()
228
229
- async def ws_handler(self, protocol: WebSocketServerProtocol, path: str) -> Any: # type: ignore[override]
+ async def ws_handler(self, protocol: WebSocketServerProtocol) -> Any: # type: ignore[override]
230
"""
231
This is the main handler function for the 'websockets' implementation
232
to call into. We just wait for close then return, and instead allow
0 commit comments