]> Sergey Matveev's repositories - public-inbox.git/commit
imap: stop_idle: fix parameter parsing :x
authorEric Wong <e@yhbt.net>
Mon, 15 Jun 2020 09:17:28 +0000 (09:17 +0000)
committerEric Wong <e@yhbt.net>
Tue, 16 Jun 2020 00:07:06 +0000 (00:07 +0000)
commit46595636f006ec8817b5626168c25310f4a67d43
tree4777977dd98be53ebe06e1168acb3b3eda9ac1cf
parent01f2e00be4671e1100b6180310c0fd8c0035ebc8
imap: stop_idle: fix parameter parsing :x

stop_idle was a noop when the client issues a "DONE"
continuation or just disconnects.  This would not have
led to a long term memory leak since FDs get closed and
reused, anyways, and all of our InboxIdle mappings are
keyed by FD.
lib/PublicInbox/IMAP.pm