diff options
| author | Roman Arutyunyan <arut@nginx.com> | 2020-03-27 19:41:06 +0300 |
|---|---|---|
| committer | Roman Arutyunyan <arut@nginx.com> | 2020-03-27 19:41:06 +0300 |
| commit | fa1e1beadca8b1ea900ec654919aea58762ab746 (patch) | |
| tree | 772a9443d24831a11fae49b2493a87fa6f6d4a94 /src/http/ngx_http.h | |
| parent | 84a783501590e13ab27277e11f179067c08d38b3 (diff) | |
| download | nginx-fa1e1beadca8b1ea900ec654919aea58762ab746.tar.gz nginx-fa1e1beadca8b1ea900ec654919aea58762ab746.tar.bz2 | |
Parsing HTTP/3 request body.
Diffstat (limited to 'src/http/ngx_http.h')
| -rw-r--r-- | src/http/ngx_http.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/http/ngx_http.h b/src/http/ngx_http.h index 8772001c0..a0946c95a 100644 --- a/src/http/ngx_http.h +++ b/src/http/ngx_http.h @@ -63,6 +63,9 @@ struct ngx_http_chunked_s { ngx_uint_t state; off_t size; off_t length; +#if (NGX_HTTP_V3) + void *h3_parse; +#endif }; |
