OpenGrok search
   
Repository SCM Type: Parent (branch) Current version
nginx Mercurial: (default) 2023-09-22 19:23 +0400 3db9 2023-09-22 19:23 +0400 3db945fda515 Vladimir Khomutov <vl@inspert.ru> QUIC: handle callback errors in compat.

The error may be triggered in add_handhshake_data() by incorrect transport
parameter sent by client. The expected behaviour in this case is to close
connection complaining about incorrect parameter. Currently the connection
just times out.
show more ...
unit Mercurial: (default) 2023-09-28 15:14 +0100 0e6d 2023-09-28 15:14 +0100 0e6d01d0c23b Zhidao HONG <z.hong@f5.com> Java: fixed the calculation related to the response buffer.

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>
show more ...