mirror of
https://github.com/openai/codex.git
synced 2026-04-27 16:15:09 +00:00
refactor: remove proxy admin endpoint (#13687)
## Summary - delete the network proxy admin server and its runtime listener/task plumbing - remove the admin endpoint config, runtime, requirement, protocol, schema, and debug-surface fields - update proxy docs to reflect the remaining HTTP and SOCKS listeners only
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#![deny(clippy::print_stdout, clippy::print_stderr)]
|
||||
|
||||
mod admin;
|
||||
mod certs;
|
||||
mod config;
|
||||
mod http_proxy;
|
||||
|
||||
Reference in New Issue
Block a user