diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-09-08 15:53:00 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-09-08 15:53:00 +0300 |
| commit | f27686cf380171c0f8d4a5fb746bee4df342445c (patch) | |
| tree | cd5363cac2318a3f57fe5c44a06f23ffb37c9199 /docs/xml | |
| parent | 465362e0664a4fe31cb5df8e757bc99b3c68f5fa (diff) | |
| parent | 97a5029ef441ffbe123c59669c18ab2c72ad3d09 (diff) | |
| download | nginx-f27686cf380171c0f8d4a5fb746bee4df342445c.tar.gz nginx-f27686cf380171c0f8d4a5fb746bee4df342445c.tar.bz2 | |
Merged with the default branch.
Diffstat (limited to 'docs/xml')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index fb64a4732..65772d028 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -5,6 +5,33 @@ <change_log title="nginx"> +<changes ver="1.21.3" date="2021-09-07"> + +<change type="change"> +<para lang="ru"> +оптимизация чтения тела запроса +при использовании HTTP/2. +</para> +<para lang="en"> +optimization of client request body reading +when using HTTP/2. +</para> +</change> + +<change type="bugfix"> +<para lang="ru"> +во внутреннем API для обработки тела запроса +при использовании HTTP/2 и буферизации обрабатываемых данных. +</para> +<para lang="en"> +in request body filters internal API +when using HTTP/2 and buffering of the data being processed. +</para> +</change> + +</changes> + + <changes ver="1.21.2" date="2021-08-31"> <change type="change"> |
