Add 422 "Session Timer Too Small" response code from RFC 4028

svn path=/trunk/; revision=22222
This commit is contained in:
Martin Mathieson 2007-06-29 10:47:46 +00:00
parent 9295f8a88c
commit 0426247b20
2 changed files with 2 additions and 0 deletions

View File

@ -126,6 +126,7 @@ static const value_string vals_status_code[] = {
{ 416, "Unsupported URI Scheme"},
{ 420, "Bad Extension"},
{ 421, "Extension Required"},
{ 422, "Session Timer Too Small"},
{ 423, "Interval Too Brief"},
{ 429, "Provide Referrer Identity"},
{ 480, "Temporarily Unavailable"},

View File

@ -104,6 +104,7 @@ static const value_string vals_status_code[] = {
{ 416, "Unsupported URI Scheme"},
{ 420, "Bad Extension"},
{ 421, "Extension Required"},
{ 422, "Session Timer Too Small"},
{ 423, "Interval Too Brief"},
{ 429, "Provide Referrer Identity"},
{ 480, "Temporarily Unavailable"},