* acap.el (acap-parse-response): Don't delete process when BYE
authorteranisi <teranisi>
Tue, 28 Aug 2001 16:07:02 +0000 (16:07 +0000)
committerteranisi <teranisi>
Tue, 28 Aug 2001 16:07:02 +0000 (16:07 +0000)
response (It causes hang-up on slow network environment).

elmo/ChangeLog
elmo/acap.el

index e04ef1f..7a46405 100644 (file)
@@ -1,3 +1,8 @@
+2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * acap.el (acap-parse-response): Don't delete process when BYE
+       response (It causes hang-up on slow network environment).
+
 2001-08-28  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * slp.el (slp-exec-wait): Use `slp-program-arguments'.
index 0c8dcde..384f3b7 100644 (file)
@@ -760,7 +760,7 @@ ENTRIES is a store-entry list."
          (BYE   ;(cons 'bye (acap-parse-resp-body)))
           ;;(message (nth 1  (acap-parse-resp-body)))
           ;;(ding)
-          (delete-process acap-process))
+          )
          (CHANGE (cons 'change
                        (list (acap-parse-quoted)
                              (progn