
asyncread doesn't tell if file doesn't exists
In an active doc project:
How can I find out if the "asyncreadable" file does exist ?
When using file protocol, the asyncread method raises the "file not found"
error when trying to download non-existing file.
When using http, no error is raised.