Skip to content

Commit

Permalink
Updated release notes for HttpCore 5.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ok2c committed Nov 23, 2023
1 parent faaa82f commit cb8c0e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
Release 5.2.4
------------------

This is a maintenance release that corrects a major defect discovered since release 5.2.3 that
can lead to H2 connection failing at runtime with "Frame size exceeds maximum" message when
executing requests with an enclosed message body and the remote endpoint having negotiated
a max frame size larger than the protocol default (16KB).


Change Log
-------------------

* HTTPCORE-762: H2 protocol handler incorrectly determines the maximum frame size for outgoing frames
in case the remote endpoint negotiated a max frame size larger than the protocol default.
Contributed by Oleg Kalnichevski <olegk at apache.org>


Release 5.2.3
------------------

Expand Down

0 comments on commit cb8c0e6

Please sign in to comment.