You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2020/07/02 22:04:43 UTC

[Bug 64574] Some HTTP/1.1 responses are broken (missing headers, empty chunks)

https://bz.apache.org/bugzilla/show_bug.cgi?id=64574

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
If using org.apache.catalina.connector.RECYCLE_FACADES fixes the issue then
this is an application issue, not a Tomcat bug.

Somewhere in the application it is retaining a reference to a response object
and continuing to use it after the response has been written to the client.

Hopefully, you should be seeing some NPEs in the logs which should help you
track down the root cause.

The users list is the place to seek further assistance with this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org