ok2c commented on PR #672: URL: https://github.com/apache/httpcomponents-core/pull/672#issuecomment-4710263556
@osipxd This is so odd. I intentionally split the fix into change-sets: the actual fix and some code improvements around it. I imagine I wanted the actual fix to go into the stable branch, which was 5.3.x at that time, and both change-sets into the current dev branch which was master (5.4.x). Both change-sets however are present in 5.3 ``` $ git log rel/v5.3.6 --oneline | grep HTTPCORE-774 2a83df38b HTTPCORE-774: update window management improvements d31d00000 HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input window to the max value. ``` and the 5.4.x has improvements only and no actual fix. I suppose I am getting old. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
