michael-o edited a comment 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 already provide sane implementations with 
the name prefix `Default`. In this case it even covers the RFC for connection 
management which SHOULD (RFC) be the default behavior. In this spirit the name, 
imho, should stay as-is. The no-op implentation 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]

Reply via email to