While Squid does not generate these messages automatically we still have
to relay the status line text accurately, and admin may want to use it
for deny_info status.
return "Request Header Fields Too Large";
break;
+ case scUnavailableForLegalReasons:
+ return "Unavailable For Legal Reasons";
+ break;
+
// 500-599
case Http::scInternalServerError:
return "Internal Server Error";
scPreconditionRequired = 428, /**< RFC6585 */
scTooManyRequests = 429, /**< RFC6585 */
scRequestHeaderFieldsTooLarge = 431, /**< RFC6585 */
+ scUnavailableForLegalReasons = 451, /**< RFC7725 */
scInternalServerError = 500,
scNotImplemented = 501,
scBadGateway = 502,