Matt Holt
Matt Holt
@kuhnchris Could you please try the commit pushed to branch `ctxcanceled`? https://github.com/caddyserver/caddy/tree/ctxcanceled - [3ffc391](https://github.com/caddyserver/caddy/commit/3ffc39190d01d528562299fd97c3a75d2b3c1794) I was able to get the error to go away using the send_app.py reproducer, but I...
> so something is going on, As in, something is working correctly? :smile: Anyway, I hope that's the case! Make sure you're running the right binary built from the right...
Hurray! Ok, I think this fix _may_ be a viable solution then (once I clean it up slightly). We replace the request's context with one that doesn't get canceled when...
Thanks for opening an issue! We'll look into this. It's not immediately clear to me what is going on, so I'll need your help to understand it better. Ideally, we...
I've been able to reproduce this and I think I know the cause of the problem. We might be checking the escaping on `r.URL.Path` instead of `r.URL.RawPath`. I will need...
This ended up being more complex than I thought (after going down the rabbit hole), and the fix is now working in #4948.
Might only be partially resolved by #4935, so reopening
Thanks for the report. Note that HTTP/3 + Strict Host Matching is not supported (yet) due to limitations upstream: https://github.com/caddyserver/caddy/issues/4294 It's not immediately clear to me what is going on...
Closing due to inactivity and lack of sufficient information to troubleshoot.
Thanks for opening an issue! We'll look into this. It's not immediately clear to me what is going on, so I'll need your help to understand it better. Ideally, we...