http_streamer: Check request after creation

* Thanks to DeadYak for the help.
This commit is contained in:
Dario Casalinuovo 2016-06-24 19:57:20 +02:00
parent 0ba82236bd
commit 7f28cdba0c

View File

@ -87,6 +87,9 @@ HTTPMediaIO::HTTPMediaIO(BUrl url)
fReq = BUrlProtocolRoster::MakeRequest(url,
fListener, fContext);
if (fReq == NULL)
return;
fReq->Run();
}