From 3487ca85e8fcad2742e27255236dd3dccf7971f7 Mon Sep 17 00:00:00 2001 From: Nicolas Avrutin Date: Sun, 3 Jul 2011 18:03:47 +0200 Subject: [PATCH] * url-http.el (url-http-create-request): Remove double carriage return and newline. Fixes: debbugs:8931 --- lisp/url/ChangeLog | 5 +++++ lisp/url/url-http.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 27b23ac80bb..f0d9530966e 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,8 @@ +2011-07-03 Nicolas Avrutin (tiny change) + + * url-http.el (url-http-create-request): Remove double carriage + return and newline (bug#8931). + 2011-07-03 Lars Magne Ingebrigtsen * url-http.el (url-http-wait-for-headers-change-function): Remove diff --git a/lisp/url/url-http.el b/lisp/url/url-http.el index 78da8121722..7e8b0d958cc 100644 --- a/lisp/url/url-http.el +++ b/lisp/url/url-http.el @@ -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)) -- 2.39.2