* [HTTPRequest.supports_retry()](https://github.com/zopefoundation/Zope/blob/4b58ee3ba5e048aa20893e7f245086038e5f25bb/src/ZPublisher/HTTPRequest.py#L179) sleeps when called. I'd not expect that a method called `supports_retry` does the actual sleeping. It is called three times when a `ConflictError` happens. My naive expectation would have been that there is a method for checking and one for doing the actual waiting.
I'd not expect that a method called
supports_retrydoes the actual sleeping. It is called three times when aConflictErrorhappens.My naive expectation would have been that there is a method for checking and one for doing the actual waiting.