- disallow detaching requests while executing progress callbacks
[m6w6/ext-http] / package2.xml
index fe7c74995af0962c1f6eef8613c5fb3e45cbe7b7..75e5556e99ef3f90e837595be50169add9ac7707 100644 (file)
@@ -40,6 +40,7 @@ support. Parallel requests are available for PHP 5 and greater.
  <license>BSD, revised</license>
  <notes><![CDATA[
 + Added HttpException::__toString() which takes care about any inner exceptions
+- Disallowed detaching HttpRequest objects from HttpRequestPool while executing progress callback
 * Fixed issues with inheritance and cloning of HttpDeflateStream, HttpInflateStream and HttpMessage
   (Extending classes lose default properties on instantiation; Complex members ignored during cloning)
 * Fixed suppression of nested exceptions in e.g. HttpRequestPool::send() (fixes bug #8535)