Remove separate OpenSL .so, update native accordingly. Fix connection error reporting in HomebrewStore
This commit is contained in:
parent
0393da5a59
commit
b6e9a47974
5 changed files with 6 additions and 22 deletions
|
@ -23,6 +23,7 @@
|
|||
HTTPFileLoader::HTTPFileLoader(const std::string &filename)
|
||||
: filesize_(0), filepos_(0), url_(filename), filename_(filename), connected_(false) {
|
||||
if (!client_.Resolve(url_.Host().c_str(), url_.Port())) {
|
||||
// TODO: Should probably set some flag?
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue