This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpClient/Response
Nicolas Grekas a1616a76eb Merge branch '4.4' into 5.1
* 4.4:
  Disable the PhpUnit bridge when testing it
  [PropertyInfo] Support for the mixed type.
  Don't unset the inflate resource on close as it might still be needed
  [HttpClient] Fix CurlHttpClient memory leak
  [Form] Add Bosnian (bs) validators translation
  [Form] Add missing Serbian (latn & cyrl) validators translation
  [Cache] skip igbinary < 3.1.6
  [Ldap] Bypass the use of `ldap_control_paged_result` on PHP >= 7.3
  [Form] [Validator] added pt_BR translations
  Estonian update
  [PhpUnitBridge] fix running parallel tests with phpunit 9
  [VarDumper] fix truncating big arrays
2020-10-12 13:21:05 +02:00
..
AmpResponse.php [HttpClient] improve monitoring of timeouts with AmpHttpClient 2020-06-09 17:53:13 +02:00
CurlResponse.php Don't unset the inflate resource on close as it might still be needed 2020-10-10 18:24:13 +02:00
HttplugPromise.php [HttpClient] fix chaining promises returned by HttplugClient 2020-08-26 12:50:35 +02:00
MockResponse.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
NativeResponse.php Don't unset the inflate resource on close as it might still be needed 2020-10-10 18:24:13 +02:00
ResponseStream.php [HttpClient] fix support for 103 Early Hints and other informational status codes 2019-09-03 23:21:26 +02:00
ResponseTrait.php Merge branch '4.4' into 5.1 2020-10-02 16:24:03 +02:00
StreamWrapper.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
TraceableResponse.php [HttpClient] preserve the identity of responses streamed by TraceableHttpClient 2020-05-10 09:16:11 +02:00