Compare commits

...
2 Commits
Author SHA1 Message Date
Hakase 8730dcb2e8 Latest update - 9133 2023-07-13 13:46:26 +09:00
Hakase 1b4c716b75 Submodule update 2023-07-13 13:45:55 +09:00
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -581,6 +581,7 @@ ngx_http_v3_header_filter(ngx_http_request_t *r)
for (cl = out; cl; cl = cl->next) {
h3c->total_bytes += cl->buf->last - cl->buf->pos;
r->header_size += cl->buf->last - cl->buf->pos;
}
return ngx_http_write_filter(r, out);