diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2007-07-09 06:54:47 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2007-07-09 06:54:47 +0000 |
| commit | bede75eb2e7e9a1bbec8c04d7cc853ac90ab8f65 (patch) | |
| tree | 72bf9f24a0616eedcf0e48f88214d272d46b7e0a /docs | |
| parent | 793e08317f0b059c8baba5e77944800fd9300095 (diff) | |
| download | nginx-bede75eb2e7e9a1bbec8c04d7cc853ac90ab8f65.tar.gz nginx-bede75eb2e7e9a1bbec8c04d7cc853ac90ab8f65.tar.bz2 | |
nginx-0.6.2-RELEASErelease-0.6.2
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/xml/nginx/changes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xml/nginx/changes.xml b/docs/xml/nginx/changes.xml index ee5d6b3ce..ead5d8323 100644 --- a/docs/xml/nginx/changes.xml +++ b/docs/xml/nginx/changes.xml @@ -9,6 +9,22 @@ <title lang="en">nginx changelog</title> +<changes ver="0.6.2" date="09.07.2007"> + +<change type="bugfix"> +<para lang="ru"> +если заголовок ответа был разделён в FastCGI-записях, то nginx передавал +клиенту мусор в таких заголовках. +</para> +<para lang="en"> +if the FastCGI header was split in records, +then nginx passed garbage in the header to a client. +</para> +</change> + +</changes> + + <changes ver="0.6.1" date="17.06.2007"> <change type="bugfix"> |
