mirror of
https://github.com/nginx/nginx.git
synced 2024-12-18 21:23:36 -06:00
nginx-1.7.12-RELEASE
This commit is contained in:
parent
edb0c6ba64
commit
c40f7f570c
@ -5,6 +5,69 @@
|
|||||||
<change_log title="nginx">
|
<change_log title="nginx">
|
||||||
|
|
||||||
|
|
||||||
|
<changes ver="1.7.12" date="07.04.2015">
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
теперь директива tcp_nodelay работает для SSL-соединений с бэкендами.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
now the "tcp_nodelay" directive works with backend SSL connections.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="feature">
|
||||||
|
<para lang="ru">
|
||||||
|
теперь потоки могут использоваться для чтения заголовков файлов в кэше.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
now thread pools can be used to read cache file headers.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в директиве proxy_request_buffering.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the "proxy_request_buffering" directive.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
при использовании потоков на Linux
|
||||||
|
в рабочем процессе мог произойти segmentation fault.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
a segmentation fault might occur in a worker process
|
||||||
|
when using thread pools on Linux.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в обработке ошибок при использовании директивы ssl_stapling.<br/>
|
||||||
|
Спасибо Filipe da Silva.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in error handling when using the "ssl_stapling" directive.<br/>
|
||||||
|
Thanks to Filipe da Silva.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
<change type="bugfix">
|
||||||
|
<para lang="ru">
|
||||||
|
в модуле ngx_http_spdy_module.
|
||||||
|
</para>
|
||||||
|
<para lang="en">
|
||||||
|
in the ngx_http_spdy_module.
|
||||||
|
</para>
|
||||||
|
</change>
|
||||||
|
|
||||||
|
</changes>
|
||||||
|
|
||||||
|
|
||||||
<changes ver="1.7.11" date="24.03.2015">
|
<changes ver="1.7.11" date="24.03.2015">
|
||||||
|
|
||||||
<change type="change">
|
<change type="change">
|
||||||
|
Loading…
Reference in New Issue
Block a user