* url-http.el (url-http-create-request): Remove double carriage

return and newline.

Fixes: debbugs:8931
This commit is contained in:
Nicolas Avrutin 2011-07-03 18:03:47 +02:00 committed by Lars Magne Ingebrigtsen
parent 2b2167043c
commit 3487ca85e8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -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))