Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: symfony/http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.3
Choose a base ref
...
head repository: symfony/http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.4
Choose a head ref
  • 13 commits
  • 12 files changed
  • 3 contributors

Commits on Jan 30, 2025

  1. Configuration menu
    Copy the full SHA
    144790f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76b7a0a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    cdc4788 View commit details
    Browse the repository at this point in the history
  2. Prevent empty request body stream in HttplugClient and Psr18Client

    This prevents adding `Content-Length` and `Transfer-Encoding` headers
    when sending a request with an empty body using CurlHttpClient
    ajgarlag authored and nicolas-grekas committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    8ddba18 View commit details
    Browse the repository at this point in the history
  3. bug #59689 [HttpClient] Fix buffering AsyncResponse with no passthru …

    …(nicolas-grekas)
    
    This PR was merged into the 6.4 branch.
    
    Discussion
    ----------
    
    [HttpClient] Fix buffering AsyncResponse with no passthru
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 6.4
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no
    | Issues        | Fix #59574
    | License       | MIT
    
    Commits
    -------
    
    19a50f7e5fb [HttpClient] Fix buffering AsyncResponse with no passthru
    nicolas-grekas committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    adb7c99 View commit details
    Browse the repository at this point in the history
  4. Merge branch '6.4' into 7.2

    * 6.4:
      [Process] Fix process status tracking
      [HttpClient] Fix buffering AsyncResponse with no passthru
      [HttpClient] Fix uploading files > 2GB
      [Mime] use isRendered method to avoid rendering an email twice
    nicolas-grekas committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    d281c96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5736d1 View commit details
    Browse the repository at this point in the history
  6. Merge branch '6.4' into 7.2

    * 6.4:
      pass CURLOPT_INFILESIZE_LARGE only when supported
    xabbuh committed Feb 4, 2025
    Configuration menu
    Copy the full SHA
    bffd80d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2025

  1. Configuration menu
    Copy the full SHA
    687e032 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Merge branch '6.4' into 7.2

    * 6.4:
      [WebProfilerBundle] Fix tests
      [Cache] Tests for Redis Replication with cache
      [BrowserKit] Fix submitting forms with empty file fields
      [WebProfilerBundle] Fix interception for non conventional redirects
      [DependencyInjection] Do not preload functions
      [DependencyInjection] Fix cloned lazy services not sharing their dependencies when dumped with PhpDumper
      [HttpClient] Fix activity tracking leading to negative timeout errors
      [Security] Return null instead of empty username to fix deprecation notice
      [DependencyInjection] Fix env default processor with scalar node
    nicolas-grekas committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    de56765 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. Configuration menu
    Copy the full SHA
    56d8cf3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Configuration menu
    Copy the full SHA
    3294a43 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      Fixes XliffFileDumperTest for 6.4
      [HttpClient] Don't send any default content-type when the body is empty
      [VarExporter] Fix lazy objects with hooked properties
      [Translation] check empty notes
      ntfy-notifier: tfix in description
    nicolas-grekas committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    78981a2 View commit details
    Browse the repository at this point in the history
Loading