--- AnyEvent/Changes 2009/02/08 00:20:53 1.216 +++ AnyEvent/Changes 2009/02/10 14:07:43 1.218 @@ -1,5 +1,8 @@ Revision history for Perl extension AnyEvent. + - separately buffer TLS read data, as otherwise the read queue could + deadlock as receiving data is not expected while draining the + read queue (which cna only happen with TLS). - raise EBADMSG error on JSON decoding errors. - fix some minor manpage bugs (reported by Maximilian Gaß). - speed up select bitmask parsing quite a bit in the pure perl