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: static-web-server/static-web-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.38.1
Choose a base ref
...
head repository: static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.39.0
Choose a head ref
  • 5 commits
  • 57 files changed
  • 3 contributors

Commits on Sep 8, 2025

  1. docs: v2.38.1 [skip ci] (#565)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 8, 2025
    Configuration menu
    Copy the full SHA
    648170d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2025

  1. fix: virtual hosts don't work with HTTP/2 (#571)

    * virtual hosts: support HTTP/2 using :authority
    
    So far, the HTTP host header has been used to determine the hostname
    that is being accessed. In HTTP/2, this header is not guaranteed to be
    sent. Instead, the ":authority" pseudo-header field is used. This commit
    adds a check for that header to make virtual hosts also work with
    HTTP/2.
    
    Additionally, this commit adds code to check and remove the port number,
    which may or may not be sent as part of the HTTP host header.
    
    * chore: add test cases
    
    ---------
    
    Co-authored-by: CrazyCraftix <>
    Co-authored-by: joseluisq <[email protected]>
    joseluisq authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    2549119 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

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

Commits on Oct 26, 2025

  1. chore: update dependencies 23-10-2025 & MSRV to Rust 1.85.0 (2024 Edi…

    …tion) (#572)
    
    * fix: update dependencies 23-10-2025
    * chore: update dependencies 26-10-2025
    * chore: update dependencies 26.10.2025 & bump up MSRV to 1.85.0
    * fix: lint errors
    * fix: style edition 2024
    
    SWS now requires Rust 1.85.0 (Rust 2024 Edition) or later
    https://blog.rust-lang.org/2025/02/20/Rust-1.85.0/
    joseluisq authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    57025e3 View commit details
    Browse the repository at this point in the history
  2. v2.39.0

    joseluisq committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    a6b181e View commit details
    Browse the repository at this point in the history
Loading