Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork98
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn 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
Uh oh!
There was an error while loading.Please reload this page.
base:v2.35.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:static-web-server/static-web-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.36.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 8commits
- 25files changed
- 3contributors
Commits on Jan 15, 2025
Commits on Feb 2, 2025
feat: optional log from
X-Real-IP
header via new--log-x-real-ip
……option (#521)* feat(logger): --log-x-real-ip option.* docs: Updates for --log-x-real-ip.
Commits on Feb 3, 2025
refactor: improve fallback page path checking and logging (#522)
* refactor: check fallback page path and add log debug if not* refactor: improve fallback page docs and command description
fix: add missing query string to the uri trailing slash redirect (#523)
Before:$ curl -i "http://localhost:8787/assets?param=123"HTTP/1.1 308 Permanent Redirectlocation: /assets/vary: accept-encodingcache-control: public, max-age=86400content-length: 0date: Mon, 03 Feb 2025 21:19:19 GMTAfter:$ curl -i "http://localhost:8787/assets?param=123"HTTP/1.1 308 Permanent Redirectlocation: /assets/?param=123vary: accept-encodingcache-control: public, max-age=86400content-length: 0date: Mon, 03 Feb 2025 21:19:29 GMT
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.35.0...v2.36.0
Uh oh!
There was an error while loading.Please reload this page.