This commit is contained in:
Sameerlite 2025-09-27 01:03:21 +05:30
parent 67e7ad5aa9
commit 66cf281331

View file

@ -1045,7 +1045,7 @@ def create_websocket_passthrough_route(
return websocket_endpoint_func
async def websocket_passthrough_request(
async def websocket_passthrough_request( # noqa: PLR0915
websocket: WebSocket,
target: str,
custom_headers: dict,