# HG changeset patch # User Yaroslav Zhuravlev # Date 1634068279 -3600 # Node ID 03b49685c056bd3b2b71b3a082b570435d1c3726 # Parent 005b056c267f93bbb0e8146d2100cd025dd815bf Documented the proxy_half_close directive for stream. diff -r 005b056c267f -r 03b49685c056 xml/en/docs/stream/ngx_stream_proxy_module.xml --- a/xml/en/docs/stream/ngx_stream_proxy_module.xml Thu Oct 21 15:11:56 2021 +0100 +++ b/xml/en/docs/stream/ngx_stream_proxy_module.xml Tue Oct 12 20:51:19 2021 +0100 @@ -9,7 +9,7 @@ + rev="28">
@@ -159,6 +159,23 @@ + +on | off +off +stream +server +1.21.4 + + +Enables or disables closing +each direction of a TCP connection independently (“TCP half-close”). +If enabled, proxying over TCP will be kept +until both sides close the connection. + + + + + on | off on diff -r 005b056c267f -r 03b49685c056 xml/ru/docs/stream/ngx_stream_proxy_module.xml --- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml Thu Oct 21 15:11:56 2021 +0100 +++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml Tue Oct 12 20:51:19 2021 +0100 @@ -9,7 +9,7 @@ + rev="28">
@@ -161,6 +161,23 @@ + +on | off +off +stream +server +1.21.4 + + +Разрешает или запрещает независимое закрытие +каждой из сторон проксируемого соединения TCP (“TCP half-close”). +Если разрешено, то проксирование по TCP будет продолжаться, +пока обе стороны не закроют соединение. + + + + + on | off on