Revert "client: Add support for HTTP/HTTPS proxy" (#30979)

Reverts zed-industries/zed#30812

This PR broke nightly builds on linux by adding an OpenSSL dependency to
the `remote_server` binary, which failed to link when building against
musl.

Release Notes:

- N/A
This commit is contained in:
Max Brunsfeld 2025-05-19 17:19:40 -07:00 committed by GitHub
parent f73c8e5841
commit c747a57b7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 90 additions and 288 deletions

3
Cargo.lock generated
View file

@ -2814,7 +2814,6 @@ dependencies = [
"anyhow",
"async-recursion 0.3.2",
"async-tungstenite",
"base64 0.22.1",
"chrono",
"clock",
"cocoa 0.26.0",
@ -2826,7 +2825,6 @@ dependencies = [
"gpui_tokio",
"http_client",
"http_client_tls",
"httparse",
"log",
"parking_lot",
"paths",
@ -2847,7 +2845,6 @@ dependencies = [
"time",
"tiny_http",
"tokio",
"tokio-native-tls",
"tokio-socks",
"url",
"util",