httpsys
httpsys copied to clipboard
Native HTTP stack for Node.js on Windows
Is it possible that httpsys does not work anymore on newer versions of node.js (tried on v0.10.15 and 0.10.20 x64 and x32) and i always get Error: Error initializing the...
httpsys native module crashes with Access Violation (0xc0000005) when serving a static file over a certain size (at 30KB+), and takes down node.exe process. Reproducing is fairly simple and happens...
In order to access resources configured to require client certificate node usually uses certificate from pem file of key as data One really good example is azure sdk when accessing...
### Instructions to make the example work on HTTPS **Everything should be done on Command Prompt or PowerShell as an administrator** 1. Set the path for makecert ``` powershell SET...
``` +Socket.prototype.setTimeout = function (timeout, callback) { + // TODO: implement full Socket.setTimeout semantics + // http://nodejs.org/api/net.html#net_socket_settimeout_timeout_callback + + if (timeout !== 0) { + throw new Error('Not implemented. Only...
Add text to system errors ``` Error: Error reading the request body. System error 3221225760. ```
I tried it (node 0.8.8 x64), but it didn't work. Steps to reproduce: - modify `benchmark/http_simple.js` to use `httpsys` - hammer `http://localhost:8000/bytes/100` with some benchmarking tool (I used `ab`) -...
Setting up non-cluster, one process HTTP server using HTTP.SYS... C:\projects\httpsys\lib\httpsys.js:341 this._requestContext.asyncPending = httpsys.httpsys_write_headers(this ^ 1229