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
Open sidebar
emacs
emacs
Commits
3487ca85
Commit
3487ca85
authored
Jul 03, 2011
by
Nicolas Avrutin
Committed by
Lars Magne Ingebrigtsen
Jul 03, 2011
Browse files
* url-http.el (url-http-create-request): Remove double carriage
return and newline. Fixes: debbugs:8931
parent
2b216704
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/url/ChangeLog
lisp/url/ChangeLog
+5
-0
lisp/url/url-http.el
lisp/url/url-http.el
+1
-1
No files found.
lisp/url/ChangeLog
View file @
3487ca85
2011-07-03 Nicolas Avrutin <nicolasavru@gmail.com> (tiny change)
* url-http.el (url-http-create-request): Remove double carriage
return and newline (bug#8931).
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* url-http.el (url-http-wait-for-headers-change-function): Remove
...
...
lisp/url/url-http.el
View file @
3487ca85
...
...
@@ -338,7 +338,7 @@ request.")
;; End request
"\r\n"
;; Any data
url-http-data
"\r\n"
))
url-http-data
))
""
))
(
url-http-debug
"Request is: \n%s"
request
)
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