mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
server:port
This commit is contained in:
parent
0ef64dece2
commit
d1053bf2c3
@ -531,8 +531,8 @@ get_https_proxy(const string &method, const URLSpec &url, const string &body) {
|
|||||||
{
|
{
|
||||||
ostringstream request;
|
ostringstream request;
|
||||||
request
|
request
|
||||||
<< "CONNECT " << url.get_authority() << " " << get_http_version_string()
|
<< "CONNECT " << url.get_server() << ":" << url.get_port()
|
||||||
<< "\r\n";
|
<< " " << get_http_version_string() << "\r\n";
|
||||||
string request_str = request.str();
|
string request_str = request.str();
|
||||||
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
Loading…
x
Reference in New Issue
Block a user