(url-http-parse-headers): Fix misplaced paren.
This commit is contained in:
parent
08c851609f
commit
ced20bfb68
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-10-28 Magnus Henoch <mange@freemail.hu>
|
||||
|
||||
* url-http.el (url-http-parse-headers): Fix misplaced paren.
|
||||
|
||||
2006-10-27 Magnus Henoch <mange@freemail.hu>
|
||||
|
||||
* url-http.el (url-http-mark-connection-as-free): Verify that
|
||||
|
|
|
@ -534,8 +534,8 @@ should be shown to the user."
|
|||
(set (make-local-variable 'url-redirect-buffer)
|
||||
(url-retrieve-internal
|
||||
redirect-uri url-callback-function
|
||||
url-callback-arguments)
|
||||
(url-mark-buffer-as-dead (current-buffer)))))))
|
||||
url-callback-arguments))
|
||||
(url-mark-buffer-as-dead (current-buffer))))))
|
||||
(4 ; Client error
|
||||
;; 400 Bad Request
|
||||
;; 401 Unauthorized
|
||||
|
|
Loading…
Add table
Reference in a new issue