HTTP statuscode to retry same request
问题 Is there an HTTP status code to instruct a client to perform the same request again? I am facing a situation where the server has to "wait" for a lock to disappear when processing a request. But by the time the lock disappears, the requests might be close to its timeout limit. So instead, once the lock clears, I would like to instruct the client to just perform the same request again. The best I an come up with is a HTTP 307 to the same location, but I'm worried that some browsers might not