Andrew Coppin <[EMAIL PROTECTED]> wrote: > Do I get an exception or just the end of the > string?) I might possibly be able to just use hGetContents and run a > parser lazily over the result, we'll see. > You get an exception. I used this scheme for a toy http server using lazy Bytestrings, and it worked well, even with connection persistence and everything.
-- (c) this sig last receiving data processing entity. Inspect headers for past copyright information. All rights reserved. Unauthorised copying, hiring, renting, public performance and/or broadcasting of this signature prohibited. _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
