Skip to content

Update 2026-06-11#6

Merged
akshaymankar merged 44 commits into
masterfrom
update-2026-06-11
Jun 11, 2026
Merged

Update 2026-06-11#6
akshaymankar merged 44 commits into
masterfrom
update-2026-06-11

Conversation

@akshaymankar

Copy link
Copy Markdown
Member

This is 1 commit after http-client-tls 4.0, the next commit fixes cabal file of http-conduit, so it accepts newer version of http-client-tls.

towards-a-new-leftypol and others added 30 commits January 20, 2024 20:17
Add managerSetMaxHeaderLength to Client interface
Because `ResourceT` needs to hold onto the `Response` so it can
perform cleanup when leaving `runResourceT`, move the cleanup action
from the `Response` itself and register it with `ResourceT`. Then all
code paths which trigger cleanup (leaving `ResourceT`, consuming the
body, calling `responseClose`) will do so by releasing the `Response`
from the `ReleaseMap`, preventing a space leak.
…e-leak

http-conduit: Store the cleanup actions of responses in `ResourceT`
data-default 0.8 deprecates data-default-class by moving the `Default`
class from `Data.Default.Class` to `Data.Default`.

See: kazu-yamamoto/crypton-certificate#11
See: haskell-tls/hs-tls#486
See: commercialhaskell/stackage#7545
Fix running tests with badssl.com
Add the possibility to set the maximum number of header fields
Keep cookie handling logic separate from doing the actual request.
@akshaymankar akshaymankar merged commit 08ae6f7 into master Jun 11, 2026
5 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.