mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
*** empty log message ***
This commit is contained in:
parent
9590690313
commit
5b463cd7b4
@ -720,7 +720,8 @@ parse_header(DownloadStatus &status) {
|
|||||||
size_t nl = bufstr.find("\015\012", p);
|
size_t nl = bufstr.find("\015\012", p);
|
||||||
if (nl == string::npos) {
|
if (nl == string::npos) {
|
||||||
downloader_cat.error()
|
downloader_cat.error()
|
||||||
<< "Downloader::parse_header() - No newlines in buffer!" << endl;
|
<< "Downloader::parse_header() - No newlines in buffer of "
|
||||||
|
<< "length: " << status._bytes_in_buffer << endl;
|
||||||
return false;
|
return false;
|
||||||
} else if (p == 0 && nl == p) {
|
} else if (p == 0 && nl == p) {
|
||||||
downloader_cat.error()
|
downloader_cat.error()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user