Revert "feat: support proxy for ws connection" (#9693)

Reverts openai/codex#9409
This commit is contained in:
pakrym-oai
2026-01-22 07:57:18 -08:00
committed by GitHub
parent a4cb97ba5a
commit 4d48d4e0c2
9 changed files with 25 additions and 43 deletions

View File

@@ -21,7 +21,7 @@ clap = { workspace = true, features = ["derive"] }
codex-process-hardening = { workspace = true }
ctor = { workspace = true }
libc = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "json", "rustls-tls-webpki-roots", "rustls-tls-native-roots"] }
reqwest = { workspace = true, features = ["blocking", "json", "rustls-tls"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
tiny_http = { workspace = true }