nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.29k stars 325 forks source link

Java: fixed the calculation related to the response buffer. #962

Closed ac000 closed 10 months ago

ac000 commented 10 months ago

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.