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: apache/httpcomponents-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: rel/v5.3
Choose a base ref
...
head repository: apache/httpcomponents-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rel/v5.3.1
Choose a head ref
  • 16 commits
  • 23 files changed
  • 4 contributors

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f6a3778 View commit details
    Browse the repository at this point in the history
  2. Fix features BackoffManager Unit Tests in Resource-Constrained Enviro…

    …nments. (#494)
    
    This commit improves the reliability of BackoffManager unit tests by replacing the use of Thread.sleep() with a more robust approach that manipulates lastRouteProbes to simulate the cooldown period. This enhancement ensures that the tests run successfully even in resource-constrained environments, making them more resilient and reliable.
    arturobernalg authored and ok2c committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5c69779 View commit details
    Browse the repository at this point in the history
  3. Refactor ExponentialBackoffManager and TestLinearBackoffManager Tests…

    … to Remove Thread.sleep(). (#495)
    
    This commit enhances the ExponentialBackoffManager and TestLinearBackoffManager unit tests by replacing the use of Thread.sleep() with direct manipulation of internal state to simulate the cooldown period. This change improves test reliability and ensures consistent behavior in resource-constrained environments.
    arturobernalg authored and ok2c committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5ab7f21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ad6b82 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Fixed NPE in debug log

    ok2c committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    9e3d79b View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Fix Response Body Truncation Issue in ContentResponseHandler (#521)

    Resolved a bug where the response body was truncated to 256 bytes in all cases, including successful responses.
    arturobernalg authored and ok2c committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7d853d5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. HTTPCLIENT-2314: Throw ConnectionShutdownException in case of pooled …

    …connection having been closed or discarded instead of plain IllegalStateException
    ok2c committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    67519a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. HTTPCLIENT-2314: Handle gracefully a failure of DnsResolver to return…

    … a list of resolved addresses (#533)
    phax authored Jan 7, 2024
    Configuration menu
    Copy the full SHA
    1650831 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. HTTPCLIENT-2315: client builders fails to apply system properties to …

    …the default connection manager
    ok2c committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    679991a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    d02687d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6639de1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Example demonstrating how to make HttpClient negotiate or force a par…

    …ticular version of HTTP protocol during the TLS handshake
    ok2c committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    fbd6954 View commit details
    Browse the repository at this point in the history
  2. Allow backwards-compatible createSocket calls

    Clayton Walker authored and ok2c committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    bece935 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Updated NOTICE to 2024

    ok2c committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    8d9f9de View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    2aa9ac6 View commit details
    Browse the repository at this point in the history
  2. HttpClient 5.3.1 release

    ok2c committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    4f85260 View commit details
    Browse the repository at this point in the history
Loading