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: sullis/async-http-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: AsyncHttpClient/async-http-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 28 files changed
  • 2 contributors

Commits on Aug 26, 2025

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

Commits on Aug 31, 2025

  1. HTTPS Proxy Support (AsyncHttpClient#2109)

    Motivation:
    AHC only supports HTTP proxy at the moment, not HTTPS. HTTPS is required
    in many environments because CONNECT has to be encrypted to prevent
    eavesdropping.
    
    Modification:
    Added HTTPS proxy support.
    
    Fixes:
    AsyncHttpClient#1907
    hyperxpro authored Aug 31, 2025
    Configuration menu
    Copy the full SHA
    420474c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2025

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

Commits on Sep 7, 2025

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

Commits on Sep 12, 2025

  1. Fix SOCKS proxy SSL handler issue - resolve NoSuchElementException wh…

    …en using HTTPS with SOCKS4/SOCKS5 (AsyncHttpClient#2114)
    
    Motivation:
    SOCKS proxy support for HTTPS requests was broken when adding the SSL
    handler after the SOCKS handler.
    
    Modification:
    Fixed Netty pipeline logic to prevent `NoSuchElementException` when
    adding SSL handler after SOCKS handler, restoring HTTPS support for
    SOCKS4/SOCKS5 proxies.
    
    Fixes: AsyncHttpClient#1913
    hyperxpro authored Sep 12, 2025
    Configuration menu
    Copy the full SHA
    4fadd37 View commit details
    Browse the repository at this point in the history
Loading