https://issues.apache.org/bugzilla/show_bug.cgi?id=56190

--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> ---
> I get these headers in the response

With those headers you have keep-alive enabled (as that is default if nothing
else is specified in an HTTP/1.1 response, per HTTP/1.1 specification).

So, what is your problem?

>  response is sent in chunked transfer encoding

"Chunked encoding" just means that response length was not know at the moment
when response had to be sent to client. E.g. if output stream was flushed
before closing the connection. Both are valid responses.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to