[ANNOUNCEMENT] HttpComponents Core 5.3.4 GA released

2025-03-25 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.3.4 GA release of HttpComponents Core. This maintenance release fixes several corner-case defects in the asynchronous HTTP/1.1 protocol handler as well as several other minor defects. Download - Releas

[PR] Enhance ProtocolSwitchStrategy with Simplified Protocol Parsing [httpcomponents-client]

2025-03-25 Thread via GitHub
arturobernalg opened a new pull request, #627: URL: https://github.com/apache/httpcomponents-client/pull/627 refines the ProtocolSwitchStrategy class to improve the parsing of protocol tokens in the Upgrade header, making the implementation more elegant and future-proof. -- This is an au

[jira] [Commented] (HTTPCLIENT-2363) execute(HttpHost, HttpRequest, ResponseHandler) adds port to Host header while execute(HttpRequest, ResponseHandler) does not

2025-03-25 Thread Nicholas O'Connor (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17937162#comment-17937162 ] Nicholas O'Connor commented on HTTPCLIENT-2363: --- [~olegk] Looks good,