Andrea Cappuccio
Andrea Cappuccio
I’d love to help here, but I guess a minimal repro with a server/client setup similar to OP’s would go a long way. @dj-shin if possible, could you provide a...
@nmengin Just reproduced this in my environment. Looks like, at least when streaming a SSE response, we never get past [here](https://github.com/traefik/traefik/blob/master/pkg/middlewares/accesslog/logger.go#L241), but the status gets set [here](https://github.com/traefik/traefik/blob/master/pkg/middlewares/accesslog/logger.go#L251) , so the...
There is also an issue where NEXT_PUBLIC_ env variables are not getting inlined at all for client components in standalone deployments, making them totally impossible to retrieve. https://github.com/vercel/next.js/issues/80194
> Is this the first time you use vim-plug, or did this happen suddenly after using it for a while? I've been using the plugin for years. Nothing major that...
Found out that doing `Ctrl-C` revives the process if i hit it early enough. 🤷
This stopped happening ofr some reason, closing the issue as nobody else seems affected anymore.
Hey, @rtribotte Sorry for not answering, somehow I lost track of the notifications for this PR. Great to know the fix got merged. 👍
Could you please provide a simple repro? I’d like to tackle this.
🤔 From [RFC 7230](https://datatracker.ietf.org/doc/html/rfc7230#appendix-A.2) > Non-US-ASCII content in header fields [...] has been obsoleted and made opaque
I can investigate this, could I ask you for a small docker-compose repro setup?