psibi / download

High level download interface for Haskell
https://www.stackage.org/package/download
Other
10 stars 3 forks source link

Non-reproducable termination of programs #10

Open thielema opened 7 years ago

thielema commented 7 years ago

Sorry for the lack of a runnable example. I used openURI for downloading a set of web pages and the program used to terminate in a non-reproducable way after some downloads. It was especially suspicious that there was no message on termination, contrary to an exit from a Haskell program via error or an exception. I replaced openURI by HTTP:simpleHTTP and the problem was gone.