mirror of
https://github.com/openai/codex.git
synced 2026-04-25 23:24:55 +00:00
Fall back to http when websockets fail (#10139)
I expect not all proxies work with websockets, fall back to http if websockets fail.
This commit is contained in:
@@ -80,3 +80,4 @@ mod user_notification;
|
||||
mod user_shell_cmd;
|
||||
mod view_image;
|
||||
mod web_search_cached;
|
||||
mod websocket_fallback;
|
||||
|
||||
Reference in New Issue
Block a user