]> git.kaiwu.me - nginx.git/commit
QUIC: fixed C4706 warnings with MSVC 2010.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 22 Nov 2022 14:05:34 +0000 (18:05 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 22 Nov 2022 14:05:34 +0000 (18:05 +0400)
commit84a51e4de1790fb3f910e2add72bafd7ce482f4f
treeb0ea0d0029bed3fbec32b16939ee432cac657f1b
parent36d80a52693904d829d9a4e27361bcd29e41d48d
QUIC: fixed C4706 warnings with MSVC 2010.

The fix is to avoid assignments within conditional expression.
src/event/quic/ngx_event_quic_transport.c