http_streamer: Check request after creation

* Thanks to DeadYak for the help.
This commit is contained in:
Dario Casalinuovo
2016-06-24 23:02:35 +02:00
parent 0ba82236bd
commit 7f28cdba0c
@@ -87,6 +87,9 @@ HTTPMediaIO::HTTPMediaIO(BUrl url)
fReq = BUrlProtocolRoster::MakeRequest(url,
fListener, fContext);
if (fReq == NULL)
return;
fReq->Run();
}