remove proxy-connection from http-connect

This commit is contained in:
Kirill Rodriguez 2024-10-29 11:18:48 +00:00
parent 939171dc4b
commit a8cd11f90f
No known key found for this signature in database
GPG Key ID: 2AA85EC2AD7F85EA

View File

@ -116,7 +116,6 @@ int main(int argc, const char **argv)
uri_hostport(location, hostport);
evhttp_add_header(req->output_headers, "Connection", "keep-alive");
evhttp_add_header(req->output_headers, "Proxy-Connection", "keep-alive");
evhttp_add_header(req->output_headers, "Host", hostport);
evhttp_make_request(evcon, req, EVHTTP_REQ_CONNECT, hostport);