mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
whoops, broke https via proxy
This commit is contained in:
parent
d1053bf2c3
commit
daedc5239b
@ -532,7 +532,8 @@ get_https_proxy(const string &method, const URLSpec &url, const string &body) {
|
||||
ostringstream request;
|
||||
request
|
||||
<< "CONNECT " << url.get_server() << ":" << url.get_port()
|
||||
<< " " << get_http_version_string() << "\r\n";
|
||||
<< " " << get_http_version_string() << "\r\n"
|
||||
<< "\r\n";
|
||||
string request_str = request.str();
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user