-
Notifications
You must be signed in to change notification settings - Fork 582
iisnode releases
tjanczuk edited this page Apr 24, 2012
·
18 revisions
- iisnode for iis 7 express (webmatrix)
- iisnode for iis 7 (x64)
- iisnode for iis 7 (x86)
- other downloads
Follow instructions in the readme.
- support for multiple HTTP response headers with the same name (e.g. Set-Cookie) #156
- support for chunked transfer encoding of HTTP request entity body (e.g. file upload) #152
- reduction of cold startup latency #150
- non-existing directories in the iisnode@watchedFiles configuration section will now be ignored instead of preventing the service from starting #143
- installing iisnode in WOW mode on a x64 machine will now install only x86 bits instead of both x86 and x64 #140
- uninstalling iisnode for IIS Express after IIS Express had been uninstalled is now possible; previously it was not #144
- support for friendly HTTP 200 dev errors with capture of node.exe stdout and stderr output [#55] (https://github.com/tjanczuk/iisnode/issues/55)
- enabled access to IIS server variables from node.js application (among other things, one can access the name of the authenticated user) [#87] (https://github.com/tjanczuk/iisnode/issues/87)
- support for X-Forwarded-For header #94
- support for HTTP 1.0 requests #109
- simplified support for multi-core machines (equivalent of cluster functionality) #129
- support for auto-recycle when application dependencies are updated #58
- fixed handling of empty HTTP request headers #131
- improved diagnostics of configuration issues #128
- configuration of named pipe connection pool #124
- added many new performance tests