forked from pool/ghc-http-client
Accepting request 698551 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/698551 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client?expand=0&rev=32
This commit is contained in:
commit
eff027629a
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 13 02:03:10 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update http-client to version 0.6.4.
|
||||
## 0.6.4
|
||||
|
||||
* Avoid throwing an exception when a malformed HTTP header is received,
|
||||
to be as robust as commonly used HTTP clients.
|
||||
See [#398](https://github.com/snoyberg/http-client/issues/398)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 3 02:01:38 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update http-client to version 0.6.3.
|
||||
## 0.6.3
|
||||
|
||||
* Detect response body termination before reading an extra null chunk
|
||||
when possible. This allows connections to be reused in some corner
|
||||
cases. See
|
||||
[#395](https://github.com/snoyberg/http-client/issues/395)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 03:01:36 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name http-client
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.6.2
|
||||
Version: 0.6.4
|
||||
Release: 0
|
||||
Summary: An HTTP client engine
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b426d891ab68c0eabf9a455d67e37789d3a2b84d925ae247d9ff385a5b042f0
|
||||
size 89500
|
3
http-client-0.6.4.tar.gz
Normal file
3
http-client-0.6.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:369278ec3d0d89bfdd8bee5bd367b22b7812b98fd62a1121276d728aeeb239d9
|
||||
size 89810
|
Loading…
x
Reference in New Issue
Block a user