This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, jmfrank63, jonozzz, njs, yan12125
Date 2018-10-21.16:02:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Nathaniel, I created a PR with keylog and message callback patch. The message callback is really useful to investigate handshake and trace messages like close alert.

I decided against making the key log feature a callback and rather make it a filename attribute. In almost all case users want to log to a file anz way. It's easier to implement and makes locking simpler, too.
History
Date User Action Args
2018-10-21 16:02:24christian.heimessetrecipients: + christian.heimes, jonozzz, njs, yan12125, jmfrank63
2018-10-21 16:02:24christian.heimessetmessageid: <[email protected]>
2018-10-21 16:02:24christian.heimeslinkissue34271 messages
2018-10-21 16:02:24christian.heimescreate