From b22304280424c5346bef6404c790ea4b56c19b4bb43178be1577afd57c0d0d0d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 11 Feb 2022 02:02:14 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:27, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=122 --- ghc-http-client.changes | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ghc-http-client.changes b/ghc-http-client.changes index cdc074f..3016525 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Feb 8 12:06:17 UTC 2022 - psimons@suse.com +Fri Feb 4 09:27:45 UTC 2022 - Peter Simons - Update http-client to version 0.7.11. ## 0.7.11 @@ -8,10 +8,6 @@ Tue Feb 8 12:06:17 UTC 2022 - psimons@suse.com * Catch "resource vanished" exception on initial response read [#480](https://github.com/snoyberg/http-client/pull/480) * Search for reachable IP addresses asynchronously (RFC 6555, 8305) after calling `getAddrInfo` to reduce latency [#472](https://github.com/snoyberg/http-client/pull/472). -------------------------------------------------------------------- -Fri Feb 4 12:15:23 UTC 2022 - psimons@suse.com - -- Update http-client to version 0.7.10. ## 0.7.10 * Consume trailers and last CRLF of chunked body. The trailers are not exposed,