emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/nntp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nntp.el
Date: Tue, 04 Feb 2003 08:06:42 -0500

Index: emacs/lisp/gnus/nntp.el
diff -c emacs/lisp/gnus/nntp.el:1.16 emacs/lisp/gnus/nntp.el:1.17
*** emacs/lisp/gnus/nntp.el:1.16        Tue Jan  8 22:42:12 2002
--- emacs/lisp/gnus/nntp.el     Tue Feb  4 08:06:38 2003
***************
*** 350,357 ****
             (wait-for
              (nntp-wait-for process wait-for buffer decode))
             (t t)))
!       (error 
!        (nnheader-report 'nntp "Couldn't open connection to %s: %s" 
                          address err))
        (quit
         (message "Quit retrieving data from nntp")
--- 350,357 ----
             (wait-for
              (nntp-wait-for process wait-for buffer decode))
             (t t)))
!       (error
!        (nnheader-report 'nntp "Couldn't open connection to %s: %s"
                          address err))
        (quit
         (message "Quit retrieving data from nntp")
***************
*** 1179,1189 ****
        (setq in-process-buffer-p (stringp nntp-server-xover))
        (nntp-send-xover-command first (car articles))
        (setq articles (cdr articles))
!       
        (when (and nntp-server-xover in-process-buffer-p)
          ;; Don't count tried request.
          (setq count (1+ count))
!         
          ;; Every 400 requests we have to read the stream in
          ;; order to avoid deadlocks.
          (when (or (null articles)     ;All requests have been sent.
--- 1179,1189 ----
        (setq in-process-buffer-p (stringp nntp-server-xover))
        (nntp-send-xover-command first (car articles))
        (setq articles (cdr articles))
! 
        (when (and nntp-server-xover in-process-buffer-p)
          ;; Don't count tried request.
          (setq count (1+ count))
! 
          ;; Every 400 requests we have to read the stream in
          ;; order to avoid deadlocks.
          (when (or (null articles)     ;All requests have been sent.




reply via email to

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