]> git.kaiwu.me - nginx.git/commit
HTTP/3: fixed $connection_time.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 10 Jan 2023 13:59:16 +0000 (17:59 +0400)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 10 Jan 2023 13:59:16 +0000 (17:59 +0400)
commit1fe0913fccedfffade10a88d3fb3033339a42900
tree129bc4d69eb757289c67cfd67a5d3fcc7b499255
parentd04f45ac5bddb034ec8c5b0874a7358a991d1b77
HTTP/3: fixed $connection_time.

Previously, start_time wasn't set for a new stream.
The fix is to derive it from the parent connection.
Also it's used to simplify tracking keepalive_time.
src/event/quic/ngx_event_quic_streams.c
src/http/v3/ngx_http_v3_request.c