; * lisp/url/url-http.el (url-http-parse-headers): Fix typo.
This commit is contained in:
parent
ba0871bef1
commit
5e47ec9511
1 changed files with 1 additions and 1 deletions
|
@ -698,7 +698,7 @@ should be shown to the user."
|
|||
;; gives the URI of the proxy. The recipient is expected
|
||||
;; to repeat this single request via the proxy. 305
|
||||
;; responses MUST only be generated by origin servers.
|
||||
(error "Redirection thru a proxy server not supported: %s"
|
||||
(error "Redirection through a proxy server not supported: %s"
|
||||
redirect-uri))
|
||||
(_
|
||||
;; Treat everything like '300'
|
||||
|
|
Loading…
Add table
Reference in a new issue