emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 6f125aa: Add 451 to url-http-codes


From: Leo Liu
Subject: [Emacs-diffs] master 6f125aa: Add 451 to url-http-codes
Date: Wed, 31 Aug 2016 08:41:56 +0000 (UTC)

branch: master
commit 6f125aa3de06fa0180a83ec7b5a26970309eeeb6
Author: Leo Liu <address@hidden>
Commit: Leo Liu <address@hidden>

    Add 451 to url-http-codes
    
    * lisp/url/url-http.el (url-http-codes): Add 451.
---
 lisp/url/url-http.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el
index f62ec57..927d0bb 100644
--- a/lisp/url/url-http.el
+++ b/lisp/url/url-http.el
@@ -128,6 +128,7 @@ request.")
     (422 unprocessable-entity            "Unprocessable Entity (Added by DAV)")
     (423 locked                          "Locked")
     (424 failed-Dependency               "Failed Dependency")
+    (451 unavailable-for-legal-reasons   "Unavailable for legal reasons") ;RFC 
7725
     (500 internal-server-error           "Internal server error")
     (501 not-implemented                 "Not implemented")
     (502 bad-gateway                     "Bad gateway")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]