Re: [Haskell-cafe] Network.HTTP problem

2007-11-18 Thread Bjorn Bringert
On Nov 18, 2007, at 22:08 , Radosław Grzanka wrote: Hello again Bjorn, This is now fixed and a new release with the fix is available from http://hackage.haskell.org/cgi-bin/hackage-scripts/package/ HTTP-3001.0.1 You have left debug flag on in the library code. Thanks, Radek. Dammit. I

Re: [Haskell-cafe] Network.HTTP problem

2007-11-18 Thread Radosław Grzanka
Hello again Bjorn, > This is now fixed and a new release with the fix is available from > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.1 You have left debug flag on in the library code. Thanks, Radek. -- Codeside: http://codeside.org/ Przedszkole Miejskie nr 86 w L

Re: [Haskell-cafe] Network.HTTP problem

2007-11-17 Thread Radosław Grzanka
Hi Graham, 2007/11/17, Graham Fawcett <[EMAIL PROTECTED]>: > On Nov 17, 2007 4:52 PM, Radosław Grzanka <[EMAIL PROTECTED]> wrote: > > > > Also: > > > > $ ./get http://digg.com/rss/indexvideos_animation.xml > > > > However this one still seems to hang and eventually ends with : > > get: recv: resou

Re: [Haskell-cafe] Network.HTTP problem

2007-11-17 Thread Graham Fawcett
On Nov 17, 2007 4:52 PM, Radosław Grzanka <[EMAIL PROTECTED]> wrote: > > > Also: > > > $ ./get http://digg.com/rss/indexvideos_animation.xml > > However this one still seems to hang and eventually ends with : > get: recv: resource vanished (Connection reset by peer) It's not a Haskell problem. It

Re: [Haskell-cafe] Network.HTTP problem

2007-11-17 Thread Radosław Grzanka
Hi Bjorn, I have tested the new version: > > $ ./get http://www.podshow.com/feeds/gbtv.xml > > > > ... no-output ... This case is indeed fixed. Thanks! > > > > Also: > > $ ./get http://digg.com/rss/indexvideos_animation.xml However this one still seems to hang and eventually ends with : get: r

Re: [Haskell-cafe] Network.HTTP problem

2007-11-17 Thread Radosław Grzanka
> This is now fixed and a new release with the fix is available from > http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HTTP-3001.0.1 > > /Björn Thank you very much! That was fast. I switched for the moment to curl bindings but I will gladly turn back. :) Thanks again, Radek.

Re: [Haskell-cafe] Network.HTTP problem

2007-11-17 Thread Bjorn Bringert
On Nov 17, 2007, at 17:07 , Radosław Grzanka wrote: Hello, I have a problem with Network.HTTP module (http://www.haskell.org/http/) version 3001.0.0 . I have already mailed Bjorn Bringert about it but I didn't get answer yet so maybe someone here can help me. GHC v. 6.6.1 Ubuntu 7.10 x86_64 .

[Haskell-cafe] Network.HTTP problem

2007-11-17 Thread Radosław Grzanka
Hello, I have a problem with Network.HTTP module (http://www.haskell.org/http/) version 3001.0.0 . I have already mailed Bjorn Bringert about it but I didn't get answer yet so maybe someone here can help me. GHC v. 6.6.1 Ubuntu 7.10 x86_64 . I have turned on debug flag. Using get example (http: