comparison src/core/ngx_connection.h @ 8623:8550b91e8e35 quic

QUIC: added proper logging of special values. A number of unsigned variables has a special value, usually -1 or some maximum, which produces huge numeric value in logs and makes them hard to read. In order to distinguish such values in log, they are casted to the signed type and printed as literal '-1'.
author Vladimir Homutov <vl@nginx.com>
date Fri, 06 Nov 2020 18:21:31 +0300
parents 0d2b2664b41c
children feec2cc762f6
comparison
equal deleted inserted replaced
8622:183275308d9a 8623:8550b91e8e35