mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
*** empty log message ***
This commit is contained in:
parent
40226e0e47
commit
2433fd2a1a
@ -576,7 +576,7 @@ bool Downloader::
|
||||
parse_http_response(const string &resp) {
|
||||
size_t ws = resp.find(" ", 0);
|
||||
string httpstr = resp.substr(0, ws);
|
||||
if (httpstr != "HTTP/1.1") {
|
||||
if (!(httpstr == "HTTP/1.1")) {
|
||||
downloader_cat.error()
|
||||
<< "Downloader::parse_http_response() - not HTTP/1.1 - got: "
|
||||
<< httpstr << endl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user