Github user hirthwork commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62743426 One weird thing concerning async channel close: there is no time guarantees concerning FIN packet sending. Close requests are being stored to the executor queue, so lag between last PSH and consequent FIN can be significant and have the same order as the SO_LINGER timeout. This is actual scenario when client drops connection without reading the socket buffer. That's why I recommend to have aforementioned crutches somewhere in examples section, but not in the main source tree.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org