20.33 Retry-After The Retry-After header field can be used with a 500 (Server Internal Error) or 503 (Service Unavailable) response to indicate how long the service is expected to be unavailable to the requesting client and with a 404 (Not Found), 413 (Request Entity Too Large), 480 (Temporarily Unavailable), 486 (Busy Here), 600 (Busy), or 603 (Decline) response to indicate when the called party anticipates being available again. The value of this field is a positive integer number of seconds (in decimal) after the time of the response. Retry-After报头字段可与500(服务器内部错误)或503(服务不可用)响应一起使用,以指示服务预计对请求客户端不可用的时间,与404(未找到)、413(请求实体太大)、480(暂时不可用)、486(此处忙)、600(忙)或603(拒绝)一起使用以指示被叫方预期何时再次可用的响应。此字段的值是响应时间后的正整数秒数(十进制)。 An optional comment can be used to indicate additional information about the time of callback. An optional "duration" parameter indicates how long the called party will be reachable starting at the initial time of availability. If no duration parameter is given, the service is assumed to be available indefinitely. 可选注释可用于指示有关回调时间的其他信息。可选的“duration”参数指示从可用性的初始时间开始,被叫方可以到达的时间。如果没有给定持续时间参数,则假定服务无限期可用。 Examples: 示例: Retry-After: 18000;duration=3600 Retry-After: 120 (I'm in a meeting)