v2.6.1
caddyserver/caddyv2.6.1Sep 21, 2022by github-actions[bot]
AI Summary
A hotfix release addressing issues with unix sockets, the encode handler, and the file-server command.
Key Highlights
- Unix sockets are now reused and HTTP/3 is disabled over them.
- Fix for the encode handler to ensure WriteHeader is called.
- The `--debug` flag has been reinstated in the file-server command.
Full Release Notes
Hotfix for unix sockets, the `encode` handler, and the `caddy file-server` command. Please see [the release notes for v2.6.0](https://github.com/caddyserver/caddy/releases/tag/v2.6.0) for other important information if you're coming from < 2.6! ## Changelog * 1426c97d core: Reuse unix sockets (UDS) and don't try to serve HTTP/3 over UDS (#5063) * 44ad0ced encode: don't WriteHeader unless called (#5060) * beb7dcbf fileserver: Reinstate --debug flag