|
| 1 | +Release 5.2.5 |
| 2 | +------------------ |
| 3 | + |
| 4 | +This is a maintenance release that corrects several minor defects discovered since |
| 5 | +release 5.2.4. |
| 6 | + |
| 7 | +Change Log |
| 8 | +------------------- |
| 9 | + |
| 10 | +* Minor performance optimization of response out of sequence check. |
| 11 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 12 | + |
| 13 | +* Bug fix: Corrected exception type thrown in case of an unexpected connection |
| 14 | + termination. |
| 15 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 16 | + |
| 17 | +* Bug fix: HTTP/1.1 server-side stream handler to validate the request message before |
| 18 | + the request routing and handler resolution. |
| 19 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 20 | + |
| 21 | +* HPackDecoder incorrectly calculates required buffer length causing G1 Humongous |
| 22 | + Allocation and OOM (#465). |
| 23 | + Contributed by crazylulululu <42406448+crazylulululu@users.noreply.github.com> |
| 24 | + |
| 25 | +* Performance optimization: HttpVersion#get is called in the critical execution path |
| 26 | + of the HTTP/1.1 protocol. |
| 27 | + Contributed by Oleg Kalnichevski <olegk at apache.org> |
| 28 | + |
| 29 | +* HTTPCORE-763: remove checks that assert a path does not start with "//" |
| 30 | + Contributed by Marco Bungart <marco.bungart@googlemail.com> |
| 31 | + |
| 32 | +* Fix: URIBuilder#getFirstQueryParam(String) throws NPE when query is empty (#449). |
| 33 | + Contributed by Konstantin Sorokin <skssxf@gmail.com> |
| 34 | + |
| 35 | + |
| 36 | + |
1 | 37 | Release 5.2.4
|
2 | 38 | ------------------
|
3 | 39 |
|
@@ -658,7 +694,7 @@ Change Log
|
658 | 694 | Contributed by Lee Ray <liruigo at gmail.com>
|
659 | 695 |
|
660 | 696 | * Added exception callback to async server implementations enabling logging of unexpected and
|
661 |
| - fatal exceptions in the server side protocol handlers. |
| 697 | + fatal exceptions in the server-side protocol handlers. |
662 | 698 | Contributed by Oleg Kalnichevski <olegk at apache.org>
|
663 | 699 |
|
664 | 700 |
|
|
0 commit comments