emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] scratch/with-url f8f3a72 2/5: We want a read timeout, not


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] scratch/with-url f8f3a72 2/5: We want a read timeout, not a total timeout, I think
Date: Sun, 22 Jan 2017 16:15:13 +0000 (UTC)

branch: scratch/with-url
commit f8f3a7212be6cfe9a7e933eb874ee520ee256a1c
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    We want a read timeout, not a total timeout, I think
---
 lisp/url/url-queue.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/url/url-queue.el b/lisp/url/url-queue.el
index 9d349c9..92d7f7c 100644
--- a/lisp/url/url-queue.el
+++ b/lisp/url/url-queue.el
@@ -147,7 +147,7 @@ The variable `url-queue-timeout' sets a timeout."
              :verbose (if (url-queue-silentp job)
                           0 5)
              :cookies (not (url-queue-inhibit-cookiesp job))
-             :timeout url-queue-timeout)
+             :read-timeout url-queue-timeout)
     (url-queue-callback-function job)))
 
 (provide 'url-queue)



reply via email to

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