michael-o commented on pull request #206: URL: https://github.com/apache/httpcomponents-core/pull/206#issuecomment-667656450
> We discussed changing the default configuration to avoid costly 1ms checks, based on that we may want to rename `DefaultResponseOutOfOrderStrategy` to something like `SafeResponseOutOfOrderStrategy` or `ParanoidResponseOutOfOrderStrategy` to avoid confusion. What do you think? This is another good question. We provide sane implementations with the name prefix `Default`. In this case it even covers the RFC for connection management we SHOULD (RFC) be the default behavior. In this spirit the name, imho, should stay as-is. The no-op implentating should be `NoResonseOufOfOrderStrategy` or `Ignore` since we already have `NoConnectionReuseStrategy`, for instance. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
