]> git.kaiwu.me - nginx.git/commit
HTTP/2: fix $bytes_sent variable.
authorPiotr Sikora <piotrsikora@google.com>
Sun, 26 Mar 2017 08:25:02 +0000 (01:25 -0700)
committerPiotr Sikora <piotrsikora@google.com>
Sun, 26 Mar 2017 08:25:02 +0000 (01:25 -0700)
commit1506e438cb6ea5b2a339a9d0f135eb8640549399
treed29dea29d5a46f9d7cc5b125517e315f01e3a22a
parent1f76260583559bd638f13b8415bf99aa1c4e2d65
HTTP/2: fix $bytes_sent variable.

Previously, its value accounted for payloads of HEADERS, CONTINUATION
and DATA frames, as well as frame headers of HEADERS and DATA frames,
but it didn't account for frame headers of CONTINUATION frames.

Signed-off-by: Piotr Sikora <piotrsikora@google.com>
src/http/v2/ngx_http_v2_filter_module.c