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: clj-commons/aleph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: clj-commons/aleph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: improve-http-client-h2c-behavior
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jun 13, 2024

  1. Allow custom SslContext without ALPN again for HTTP/1.1-only case

    With the introduction of HTTP/2 support, Aleph started to require a matching ALPN config to be
    present in custom `SslContext` objects. This needlessly broke existing HTTP/1.1-only uses. With this
    change, we now allow custom `SslContext` objects without ALPN config again if only HTTP/1.1 is
    desired (via the `http-versions` option). Since this still happens to be the default, existing uses
    should just work again.
    
    Fixes #727
    DerGuteMoritz committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    41f1a8c View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Add test-http-versions-client-config

    This is a mirror of `test-http-versions-server-config` to test various permutations of the
    `http-versions` option in combination with `ssl-context` and `force-h2c?`.
    DerGuteMoritz committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d024fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e57806d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e8f455c View commit details
    Browse the repository at this point in the history
Loading