summaryrefslogtreecommitdiffhomepage
path: root/src/java/nxt_jni_Response.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-28Java: fixed the calculation related to the response buffer.Zhidao HONG1-3/+4
We need to take into account the size of the nxt_unit_response_t structure itself when calculating where to start appending data to in memory. Closes: <https://github.com/nginx/unit/issues/923> Reported-by: Alejandro Colomar <alx@kernel.org> Reviewed-by: Andrew Clayton <a.clayton@nginx.org> Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+1105