Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9 rewriting charset=utf-8 on response headers

On 17 Oct 2013, at 06:23, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:

> 
> Looks like a org.eclipse.jetty.http.HttpGenerator.STRICT property would be
> the equivalent one for the response headers.
> 
> Know that strict behavior will increase memory usage.
> Essentially with strict usage, no string portions can be reused, making
> every request (and now response) effectively churn the GC for no good
> reason.


Approximately how many objects would this create per request?

It doesn't feel quite right that the web server is rewriting the headers on the responses.

Thanks!

Ben



--
http://bens.me.uk



Back to the top