jetty.project
jetty.project copied to clipboard
Multipart content length
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.
Update tests in DefaultServletTests when this is fixed.