]> git.g-eek.se Git - interimap.git/commit
Net::IMAP::InterIMAP: call shutdown(2) on teardown also for type=tunnel.
authorGuilhem Moulin <guilhem@fripost.org>
Tue, 28 May 2019 13:47:10 +0000 (15:47 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Tue, 28 May 2019 13:47:10 +0000 (15:47 +0200)
commit7283dae2bca7a8a032c6627b0cac532c8f19f4aa
tree12fe57db69bea6ec06a0f6962d77c0081d5c8b51
parenta258450592ae473764aa5da7c62036c73883ddfe
Net::IMAP::InterIMAP: call shutdown(2) on teardown also for type=tunnel.

Since we now use socketpair(2) for type=tunnel (instead of a pair of
unnamed pipes) we can unify communication endpoints creation and
teardown.
lib/Net/IMAP/InterIMAP.pm