Bump httpcore5 from 5.2.1 to 5.2.2 in /pgp-keys-map-test1 by dependabot[bot] · Pull Request #1612 · s4u/pgp-keys-map (original) (raw)
Bumps httpcore5 from 5.2.1 to 5.2.2.
Changelog
Sourced from httpcore5's changelog.
Release 5.2.2
This is a maintenance release that corrects several defects discovered since release 5.2.1 including a major defect that can cause HTTP/2 connections allocate excessive amount of memory for their output frame buffer if the opposite endpoint transmits a high value of MAX_FRAME_SIZE in its settings.
Change Log
- HTTPCORE-752: I/O reactor fails to initialize socket timeout for TLS connections correctly resulting in infinite (no timeout) by default. Contributed by Oleg Kalnichevski
- HTTPCORE-751: H2 protocol handler always resizes the output frame buffer to the remove MAX_FRAME_SIZE instead of doing so only then the remote MAX_FRAME_SIZE is lesser than the current MAX_FRAME_SIZE (partially reverts HTTPCORE-707). Contributed by Oleg Kalnichevski
- HTTPCORE-750: Fixed a defect causing AbstractIOSessionPool to create multiple connections under high load at initialization time due to a race condition. Contributed by Oleg Kalnichevski
- Handle UnsupportedOperationException in getApplicationProtocol. Contributed by Arturo Bernal
- HTTPCORE-742: BasicHttpRequest#setUri does not correctly reset internal state. Contributed by Oleg Kalnichevski
- HTTPCORE-733: BasicAsyncEntityProducer sends an extra trailing 0 with UTF-8 encoded content Contributed by Oleg Kalnichevski
- Do not duplicate the HttpMessage instance variable slot in subclasses of AbstractMessageWrapper. Contributed by Gary Gregory
Commits
- 8cd0f01 HttpCore 5.2.2 release
- f73dd56 Updated release notes for HttpCore 5.2.2 release
- 6f82d1c HTTPCORE-752: I/O reactor fails to initialize socket timeout for TLS connecti...
- 4f5bbaf Bump rxjava from 3.1.5 to 3.1.6
- 3ab9d95 HTTPCORE-751: H2 protocol handler always resizes the output frame buffer to t...
- a091322 HTTPCORE-750: Fixed a defect causing AbstractIOSessionPool to create multiple...
- 1b9871c Handle UnsupportedOperationException in getApplicationProtocol.
- 9f8cdb1 [HTTPCORE-745] ContentType.create(String, NameValuePair...) should make (#404)
- 0311043 Bump junit-bom from 5.9.1 to 5.9.3
- 7376337 HTTPCORE-742: BasicHttpRequest#setUri does not correctly reset internal state
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)