Plug space leak in BIND-LISTEN-ACCEPT-LOOK: Errno handlers for failed

connections would accumulate indefinitely.
This commit is contained in:
sperber 2002-03-06 08:24:32 +00:00
parent cb6e8572d6
commit 7fdde2527f
1 changed files with 3 additions and 3 deletions

View File

@ -80,11 +80,11 @@
(with-errno-handler
;; ECONNABORTED we just ignore
((errno packet)
((errno/connaborted) (loop)))
((errno/connaborted) 'fick-dich-ins-knie))
(call-with-values
(lambda () (accept-connection sock))
proc)
(loop)))))))
proc))
(loop))))))
;;;-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
;;; Socket Record Structure