diff --git a/confluent_server/confluent/httpapi.py b/confluent_server/confluent/httpapi.py index cbea038c..e1e53533 100644 --- a/confluent_server/confluent/httpapi.py +++ b/confluent_server/confluent/httpapi.py @@ -573,7 +573,7 @@ async def wsock_handler(req): myconsoles[cons].destroy() if asess: asess.destroy() - return + return rsp if '/console/session' in ws.path or '/shell/sessions/' in ws.path: def datacallback(data): ws.send(websockify_data(data))