rschmitt commented on PR #547: URL: https://github.com/apache/httpcomponents-core/pull/547#issuecomment-3176834982
> I think there's might be a race condition here involving command execution and connection closure. I think I was mistaken about this. The actual issue might have been the no-op implementation of `StaleCheckCommand::cancel`. `IOSessionImpl::enqueue` enqueues the command, but then cancels it if `isStatusClosed()`, which seems like it should be okay. -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org