Node.js: ServerRequest and ServerResponse compliance to Stream API.
ServerRequest now inherit stream Readable object. ServerResponse provides 'writable' property. Thanks to Wu Jian Ping (@wujjpp). This closes #274, closes #317 issues and closes #502 PR on GitHub.
This commit is contained in:
@@ -37,6 +37,13 @@ ability to specify multiple directories in the "path" option of Python apps.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="feature">
|
||||
<para>
|
||||
ServerRequest and ServerResponse objects of Node.js module are now compliant
|
||||
to Stream API.
|
||||
</para>
|
||||
</change>
|
||||
|
||||
<change type="bugfix">
|
||||
<para>
|
||||
invalid HTTP responses were generated for some unusual status codes.
|
||||
|
||||
Reference in New Issue
Block a user