httpsys
httpsys copied to clipboard
Native HTTP stack for Node.js on Windows
Bumps [ws](https://github.com/websockets/ws) from 0.4.27 to 7.2.0. Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 7.2.0 > # Features > > - Added ability to specify the `readableObjectMode` option when using...
Updated httpsys.cc to use Native Abstractions for Node.js (nan) allowing current versions of node (8,9,and 10) to be supported. Also fixed various stability and memory corruption issues.
Hi, I have problem when I use formidable parse function. In my project, I use httpsys to create server (for port sharing), and then I send a post request with...
Has anyone built this recently? buildall.bat emits ``` gypError building httpsys.node release for node.js x86 v0.6.20 A subdirectory or file C:\Users\userid\AppData\Local\GitHub\httpsys\tools\\..\lib\native\win32\ia32\0.8.22 already exists. ``` for each supported node version. This...
Just found this, and it look very useful for our project. Unfortunately, it won't work for the latest version of Node. Any plans to update?
Running httpsys on the current version of node (0.12.7 at time of writing) throws the error: ``` Error: The httpsys module has not been pre-compiled for node.js version v0.12.7. You...
Removed the bracket escaping for the link so that it renders an actual link
Fixing an issue where httpsys native module crashes node.exe process with Access Violation 0xc0000005, when responding to a request for a static file (or any large response). Also adding a...
Several enhancements for better integration with 'connect' middleware: - Firing 'finish' event on ServerResponse so that logging can occur - Allowing setting of res.statusCode property - Fix passing of response...
ABI compatibility is kept within a node stable series, so there is no need to check against specific node versions.