* url-http.el (url-http-create-request): Remove double carriage
return and newline. Fixes: debbugs:8931
This commit is contained in:
parent
2b2167043c
commit
3487ca85e8
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue