haskell-http (40000009-2) unstable; urgency=low
* control: Use versioned Replaces: and Conflicts:
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Wed, 05 May 2010 18:05:44 -0300
haskell-http (40000009-1) unstable; urgency=low
* New upstream release
-- Leandro Lisboa Penz <llpenz@gmail.com> Sun, 18 Apr 2010 15:19:04 -0300
haskell-http (40000006-4) unstable; urgency=low
* debian
more»
Version 4004.0.9: release 2009-12-20
* Export headerMap from Network.HTTP.Headers
(suggested by David Leuschner.)
* Fix Network.TCP.{isTCPConnectedTo,isConnectedTo} to be useful.
* Always delay closing non-persistent connections until we reach EOF.
Delaying it until then is vital when reading the response out as a
lazy ByteString; all of the I/O may not have happened by the time we
more»