]> git.kaiwu.me - njs.git/commit
Stream: marking incoming chain as processed.
authorDmitry Volyntsev <xeioex@nginx.com>
Mon, 29 Oct 2018 14:36:43 +0000 (17:36 +0300)
committerDmitry Volyntsev <xeioex@nginx.com>
Mon, 29 Oct 2018 14:36:43 +0000 (17:36 +0300)
commitd1cbc863722b6b3d6bc1eee352819096bd51ac38
tree398844782bf2eaf2c85a3764b05e9d34e0327ec1
parentb4a21ea5aa6a2b8c94163b18c5a409331e6f82c4
Stream: marking incoming chain as processed.

Previously, the buffers of proxy module were not reclaimed.
This resulted in stopping the processing of new data chunks from
a client after proxy_buffer_size bytes were received.
nginx/ngx_stream_js_module.c