bradfitz / go-smtpd

SMTP server library for Go
BSD 3-Clause "New" or "Revised" License
212 stars 67 forks source link

Added callback that gets called when a connection is closed. Allows SMTP server to keep track of number of concurrent open connections. #3

Open russjones opened 10 years ago

russjones commented 10 years ago

Added callback that gets called when a connection is closed. Allows SMTP server to keep track of number of concurrent open connections.