2022-01-22
| ||
18:57 | • Ticket [812dd05990] Don't leave failed buffers lying around status still Open with 3 other changes artifact: f0437227cd user: zge | |
18:50 | • Ticket [812dd05990]: 3 changes artifact: 14ffb55d77 user: zge | |
2020-06-21
| ||
11:42 | • Ticket [812dd05990]: 5 changes artifact: 6a590ed340 user: zge | |
2020-06-05
| ||
21:57 | • New ticket [fb73fcbca1] Add command to close all buffers. artifact: 76b4273bde user: zge | |
2020-05-31
| ||
12:20 | • New ticket [812dd05990] Don't leave failed buffers lying around. artifact: 2316c061e7 user: anonymous | |
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]. |