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-10-03 14:57 +0100 d88e 2023-10-03 14:57 +0100 d88ef51c35a5 Liam Crilly <liam.crilly@nginx.com> Tools: unitc quiet mode fix for macOS.

head -c 0 does not work on macOS (invalid byte count) but tail(1) is happy
to accept zero bytes, and does not have a performance penalty.
show more ...