From 0ef1eadb3f46b71517fe444de0a5176272f6e26c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 12 Jun 2012 19:35:38 +0000 Subject: adding support for status code 451 --- src/daemon/reason_phrase.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/daemon') diff --git a/src/daemon/reason_phrase.c b/src/daemon/reason_phrase.c index 443e1806..9c103649 100644 --- a/src/daemon/reason_phrase.c +++ b/src/daemon/reason_phrase.c @@ -112,7 +112,8 @@ static const char *four_hundred[] = { "Unknown", "Unknown", "Retry With", - "Blocked by Windows Parental Controls" /* 450 */ + "Blocked by Windows Parental Controls", /* 450 */ + "Unavailable For Legal Reasons" }; static const char *five_hundred[] = { -- cgit v1.2.3