projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1393a4d
)
Add 451 to url-http-codes
author
Leo Liu
<sdl.web@gmail.com>
Wed, 31 Aug 2016 08:39:13 +0000
(16:39 +0800)
committer
Leo Liu
<sdl.web@gmail.com>
Wed, 31 Aug 2016 08:39:13 +0000
(16:39 +0800)
* lisp/url/url-http.el (url-http-codes): Add 451.
lisp/url/url-http.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-http.el
b/lisp/url/url-http.el
index f62ec57f53e9c939bbecfe3da0298bdb12bd9474..927d0bb8d57f064591a4c05606055165352d3bcc 100644
(file)
--- 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")