emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/xml-rpc f862301b46 27/64: connection close! connection clo


From: Stefan Kangas
Subject: [nongnu] elpa/xml-rpc f862301b46 27/64: connection close! connection close!
Date: Fri, 31 Dec 2021 20:11:05 -0500 (EST)

branch: elpa/xml-rpc
commit f862301b461fa653269b87e502f0a94339e058b5
Author: Mark A. Hershberger <mah@everybody.org>
Commit: Mark A. Hershberger <mah@everybody.org>

    connection close! connection close!
---
 xml-rpc.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xml-rpc.el b/xml-rpc.el
index 235480e832..fafa5d55ab 100644
--- a/xml-rpc.el
+++ b/xml-rpc.el
@@ -509,9 +509,9 @@ or nil if called with ASYNC-CALLBACK-FUNCTION."
                                         "\n"))
               (url-mime-charset-string "utf-8;q=1, iso-8859-1;q=0.5")
               (url-request-coding-system xml-rpc-use-coding-system)
-              (url-http-attempt-keepalives t)
+              (url-http-attempt-keepalives nil)
               (url-request-extra-headers (list
-                                          (cons "Connection" "keep-alive")
+                                          (cons "Connection" "close")
                                           (cons "Content-Type"
                                                 "text/xml; charset=utf-8"))))
           (when (> xml-rpc-debug 1)



reply via email to

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