Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Easiest way to cleanup headers before sending on connector level

Hi,

On Fri, Apr 1, 2022 at 11:07 AM Uwe Schindler <uschindler@xxxxxxxxxx> wrote:
>
> Hi,
>
> I think the problem is in HttpChannel#sendResponse(). This method calls
> onResponseBegin() too late, it should call this before
> _response.newResponseMetaData() which makes an immutable snapshot of the
> HttpFields.
>
> Should I open a bug report or PR?

Yes, please open an issue, with your findings above in the issue.
Thanks for the detailed report!

-- 
Simone Bordet
---
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top