--- AnyEvent/Changes 2011/01/23 11:15:09 1.439 +++ AnyEvent/Changes 2011/01/23 11:17:02 1.440 @@ -11,7 +11,9 @@ - fix parsing of "domain" statement in resolv.conf (Johannes Plunien). - stop_read now does just that in TLS mode. see its documentation for caveats. - - update to common::sense 3.4 warning set. + - update to common::sense 3.4 warning set (some warnings in perl impose + an arbitrary 32kb limit on regex matches, which affects + AnyEvent::Handle). - AE::Handle had a broken rbuf_max method and missing wbuf_max method. - new experimental AE::Handle::resettls method.