aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2016-08-31 16:39:13 +0800
committerLeo Liu2016-08-31 16:39:13 +0800
commit6f125aa3de06fa0180a83ec7b5a26970309eeeb6 (patch)
treee7b3629a3ddbbc48601a76a8acc50f2dd9728ad1
parent1393a4d22c4f69fa4cc2f02b70431c28e3c45046 (diff)
downloademacs-6f125aa3de06fa0180a83ec7b5a26970309eeeb6.tar.gz
emacs-6f125aa3de06fa0180a83ec7b5a26970309eeeb6.zip
Add 451 to url-http-codes
* lisp/url/url-http.el (url-http-codes): Add 451.
-rw-r--r--lisp/url/url-http.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index f62ec57f53e..927d0bb8d57 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -128,6 +128,7 @@ request.")
128 (422 unprocessable-entity "Unprocessable Entity (Added by DAV)") 128 (422 unprocessable-entity "Unprocessable Entity (Added by DAV)")
129 (423 locked "Locked") 129 (423 locked "Locked")
130 (424 failed-Dependency "Failed Dependency") 130 (424 failed-Dependency "Failed Dependency")
131 (451 unavailable-for-legal-reasons "Unavailable for legal reasons") ;RFC 7725
131 (500 internal-server-error "Internal server error") 132 (500 internal-server-error "Internal server error")
132 (501 not-implemented "Not implemented") 133 (501 not-implemented "Not implemented")
133 (502 bad-gateway "Bad gateway") 134 (502 bad-gateway "Bad gateway")