[GitHub] [httpcomponents-core] ok2c commented on issue #148: HTTPCORE-599

2019-09-11 Thread GitBox
ok2c commented on issue #148: HTTPCORE-599 URL: https://github.com/apache/httpcomponents-core/pull/148#issuecomment-530394030 @rschmitt Half-closed connections should not be problem but TCP RST indeed might. I am now very tempted to start a major rewrite of the buffering logic in the

[GitHub] [httpcomponents-core] ok2c commented on issue #148: HTTPCORE-599

2019-09-10 Thread GitBox
ok2c commented on issue #148: HTTPCORE-599 URL: https://github.com/apache/httpcomponents-core/pull/148#issuecomment-529925404 @rhernandez35 @rschmitt @rhashimoto The fix itself is a trivial one liner: 84b001487e5216412f322ca90bada77c4a5aebb6 but I had to tweak `IOSession` API a bit to