Node.js: ServerResponse.flushHeaders() implemented.

This closes #1006 issue on GitHub.

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
This commit is contained in:
Andrei Zeliankou
2023-11-17 17:27:31 +00:00
parent 919cae7ff9
commit 1443d623d4
4 changed files with 22 additions and 0 deletions

View File

@@ -33,6 +33,13 @@ can be used as a unique request identifier.
</para>
</change>
<change type="feature">
<para>
ServerRequest.flushHeaders() implemented in Node.js module to make it compatible
with Next.js.
</para>
</change>
</changes>