emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104908: * url-http.el (url-http-crea


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104908: * url-http.el (url-http-create-request): Remove double carriage
Date: Sun, 03 Jul 2011 18:03:47 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104908
fixes bug(s): http://debbugs.gnu.org/8931
author: Nicolas Avrutin <address@hidden>
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sun 2011-07-03 18:03:47 +0200
message:
  * url-http.el (url-http-create-request): Remove double carriage
  return and newline.
modified:
  lisp/url/ChangeLog
  lisp/url/url-http.el
=== modified file 'lisp/url/ChangeLog'
--- a/lisp/url/ChangeLog        2011-07-03 13:08:40 +0000
+++ b/lisp/url/ChangeLog        2011-07-03 16:03:47 +0000
@@ -1,3 +1,8 @@
+2011-07-03  Nicolas Avrutin  <address@hidden>  (tiny change)
+
+       * url-http.el (url-http-create-request): Remove double carriage
+       return and newline (bug#8931).
+
 2011-07-03  Lars Magne Ingebrigtsen  <address@hidden>
 
        * url-http.el (url-http-wait-for-headers-change-function): Remove

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2011-07-03 13:08:40 +0000
+++ b/lisp/url/url-http.el      2011-07-03 16:03:47 +0000
@@ -338,7 +338,7 @@
              ;; End request
              "\r\n"
              ;; Any data
-             url-http-data "\r\n"))
+             url-http-data))
            ""))
     (url-http-debug "Request is: \n%s" request)
     request))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]