Fortitude HTTP v1.0.3.0

Version: 1.0.3.0
Status: Stable
Released: 2011-02-08
License: MIT License
No downloadable files are available for this release but you can obtain the source code from GitHub.
Source-Code

This is open source under the MIT License. You can obtain the source code for this specific version from GitHub or browse the releases for source code associated with specific versions. If you make any changes which you feel improves this application, please feel free to submit a pull - request.

Release Notes
  • Resolved issue which caused root windows authentication not to be used.
  • Removed "use keep-alive" setting. It is now controlled by setting timeout to zero vs. non-zero.
  • Resolved memory leak when working with "keep-alive: close" or failed connections.
  • Resolved thread locking issue when shutting server down under high load.
  • Resolved inconsequential memory leak.
    • Memory is to be held for the life of the instance but was not freed gracefully.