Matt Holt
Matt Holt
Quite a few important discussions and pull requests have happened here which I think deserve some attention (all are important, but these are the relevant ones): - #17 Add type...
I think this is a bug or limitation in the upstream webdav library, but I noticed that when listing the contents of a directory, the whole request returns an error...
I'm pleased to announce that with the sponsorship by [Craft CMS](https://craftcms.com/) I was able to release Project Conncept early! Access it here: https://github.com/mholt/caddy-l4 Note that development is still very much...
The [next versions of Chrome, Opera, and Firefox](http://caniuse.com/#feat=fetch) will support [fetch](https://fetch.spec.whatwg.org/). It would be nice to phase out XHR and push the newer technologies. Fetch isn't completed yet but when...
This package is an indirect dependency of Caddy 2, and is preventing Caddy 2 from being available for Plan 9: ``` # github.com/chzyer/readline ../../../../../go/pkg/mod/github.com/chzyer/[email protected]/operation.go:234:4: undefined: ClearScreen ../../../../../go/pkg/mod/github.com/chzyer/[email protected]/readline.go:129:20: undefined: GetScreenWidth ../../../../../go/pkg/mod/github.com/chzyer/[email protected]/readline.go:132:22:...
I'm trying out the cache plugin on my personal site and am seeing some images being downloaded with a Content-Length of 1, for example: https://matt.life/resources/images/lake.jpg This is downloaded with a...
This branch resolves inconsistencies (and thus, bugs) across Caddy's HTTP facilities regarding URI encodings in paths. Related issues: - fixes #4801 - fixes #4923 - fixes #4743 (There might be...
This PR enables HTTP/3 by default (#3833), and implements the `AcceptToken` callback as recommended in #3055. ~~The `AcceptToken` callback is only simulated, however, not using actual load data yet.~~ (UPDATE:...
Previously, if Caddy was proxying WebSockets, and the client closed the connection, Caddy would properly proxy the Close message to the server, and vice-versa if the server closed the connection...