Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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
Show 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>
2005-06-04 Kim F. Storm <storm@cua.dk>
* simple.el (line-move): Only call sit-for when moving backwards.
* 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."
...
@@ -500,7 +500,9 @@ should be shown to the user."
(
url-request-data
url-http-data
)
(
url-request-data
url-http-data
)
(
url-request-extra-headers
url-http-extra-headers
))
(
url-request-extra-headers
url-http-extra-headers
))
(
url-retrieve
redirect-uri
url-callback-function
(
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
))))))
(
url-mark-buffer-as-dead
(
current-buffer
))))))
(
4
; Client error
(
4
; Client error
;; 400 Bad Request
;; 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