[Haskell-cafe] Downloading web page in Haskell
Daniel Fischer
daniel.is.fischer at web.de
Sat Nov 20 16:26:49 EST 2010
On Saturday 20 November 2010 21:47:52, Don Stewart wrote:
> > 2010/11/20 José Romildo Malaquias <j.romildo at gmail.com>:
> > > In order to download a given web page, I wrote the attached program.
> > > The problem is that the page is not being full downloaded. It is
> > > being somehow intettupted.
> > >
> > > Any clues on how to solve this problem?
>
> FWIW, with this url, I get the same problem using the Curl package
Just for the record, wget also gets a truncated (at the same point) file,
so it's not a Haskell problem.
>
> Not a problem on e.g. http://haskell.org
>
> -- Don
More information about the Haskell-Cafe
mailing list