sbbs.el

View Ticket
Login
Ticket Hash: 812dd05990ab26898629526aa7e34bbace3c6e09
Title: Don't leave failed buffers lying around
Status: Open Type: Code_Defect
Severity: Important Priority: Immediate
Subsystem: Resolution: Open
Last Modified: 2022-01-22 18:57:28
Version Found In: 0.1.0
User Comments:
anonymous added on 2020-05-31 12:20:50:

When a HTTP request fails, the buffers seem to not be cleaned up. Eval

(length (seq-filter (lambda (b)
		      (string-match-p " \\*http textboard\\.org"
				      (buffer-name b)))
		    (buffer-list)))
and you'll probably get a value greater than zero, even though you're not using sbbs.el anymore.


zge added on 2020-06-21 11:42:04:
An Idea how to solve this was posted here: [https://textboard.org/prog/39#t39p278]

zge added on 2022-01-22 18:50:39:
Partially mitigated with [67d30a23170591c9].

zge added on 2022-01-22 18:57:28:
Further improved by [a3e4eb41e0b87f34].