Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
86b21ac3
Commit
86b21ac3
authored
Jun 04, 2005
by
Eli Zaretskii
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(url-http-parse-headers): Pass redirected URL as a callback argument.
parent
385a3b9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/url/url-http.el
lisp/url/url-http.el
+3
-1
No files found.
lisp/ChangeLog
View file @
86b21ac3
2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
* url-http.el (url-http-parse-headers): Pass redirected URL as a
callback argument.
2005-06-04 Kim F. Storm <storm@cua.dk>
* simple.el (line-move): Only call sit-for when moving backwards.
...
...
lisp/url/url-http.el
View file @
86b21ac3
...
...
@@ -500,7 +500,9 @@ should be shown to the user."
(
url-request-data
url-http-data
)
(
url-request-extra-headers
url-http-extra-headers
))
(
url-retrieve
redirect-uri
url-callback-function
url-callback-arguments
)
(
cons
redirect-uri
(
and
url-callback-arguments
(
cdr
url-callback-arguments
))))
(
url-mark-buffer-as-dead
(
current-buffer
))))))
(
4
; Client error
;; 400 Bad Request
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment