jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Multipart content length

Open gregw opened this issue 2 years ago • 1 comments

Jetty version(s) 12

Enhancement Description

It would be more optimal to calculate length in org.eclipse.jetty.http.MultiPart.AbstractContentSource#getLength so that the content-length header can be set rather than using chunking or a a connection: close.

gregw avatar Aug 14 '23 12:08 gregw

Update tests in DefaultServletTests when this is fixed.

gregw avatar Aug 14 '23 12:08 gregw