ret.receive(new ExpectedFileSizeEvent(foundDataLength), context);
}
if(foundDataMimeType != null)
ret.receive(new ExpectedMIMEEvent(foundDataMimeType), context);
if(sentToNetwork)
ret.receive(new SendingToNetworkEvent(), context);
if(expectedHashes != null) {
container.activate(expectedHashes, Integer.MAX_VALUE);
if(expectedHashes.hashes != null)
ret.receive(new ExpectedHashesEvent(expectedHashes.hashes), context);
}