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
This commit is contained in:
Peter Simons 2022-02-11 02:02:14 +00:00 committed by Git OBS Bridge
parent f647b46364
commit b223042804

View File

@ -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 <psimons@suse.com>
- 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,